Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
radsecproxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eduroam
radsecproxy
Commits
35d05b2d
Commit
35d05b2d
authored
Sep 29, 2011
by
Linus Nordberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build radsecproxy-hash.
Reorganize Makefile.am and make specific CFLAGS general (AM_CFLAGS).
parent
4806ddac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
10 deletions
+17
-10
Makefile.am
Makefile.am
+17
-10
No files found.
Makefile.am
View file @
35d05b2d
...
...
@@ -24,25 +24,26 @@ librsp_a_SOURCES = \
udp.c udp.h
\
util.c util.h
if
WANT_FTICKS
librsp_a_SOURCES
+=
fticks.c fticks.h
endif
radsecproxy_conf_SOURCES
=
\
catgconf.c
\
debug.c debug.h
\
gconfig.c gconfig.h
\
util.c util.h
librsp_a_CFLAGS
=
\
####################
AM_CFLAGS
=
\
-g
-Wall
-Werror
-fno-strict-aliasing
@SSL_CFLAGS@ @TARGET_CFLAGS@
radsecproxy_CFLAGS
=
$(librsp_a_CFLAGS)
radsecproxy_LDFLAGS
=
@SSL_LDFLAGS@ @TARGET_LDFLAGS@
radsecproxy_LDADD
=
librsp.a @SSL_LIBS@
radsecproxy_conf_CFLAGS
=
-g
-Wall
-fno-strict-aliasing
@TARGET_CFLAGS@
radsecproxy_conf_LDFLAGS
=
@TARGET_LDFLAGS@
####################
if
HAVE_DOCBOOK2X_MAN
GENMANPAGES
=
radsecproxy.conf.5
endif
dist_man_MANS
=
radsecproxy.1
$(GENMANPAGES)
EXTRA_DIST
=
\
...
...
@@ -55,10 +56,16 @@ EXTRA_DIST += \
DISTCHECK_CONFIGURE_FLAGS
=
--enable-fticks
if
HAVE_DOCBOOK2X_MAN
GENMANPAGES
=
radsecproxy.conf.5
####################
if
WANT_FTICKS
librsp_a_SOURCES
+=
fticks.c fticks.h fticks_hashmac.c fticks_hashmac.h
bin_PROGRAMS
+=
radsecproxy-hash
radsecproxy_hash_LDADD
=
fticks_hashmac.o hash.o list.o
#radsecproxy_hash_LDFLAGS = @TARGET_LDFLAGS@
dist_man_MANS
+=
radsecproxy-hash.1
endif
####################
radsecproxy.conf.5
:
$(srcdir)/radsecproxy.conf.5.xml
docbook2x-man
$<
...
...
@@ -68,4 +75,4 @@ html: $(srcdir)/radsecproxy.conf.5.xml
-
openjade
-E2000
-t
sgml-raw
-d
/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl
-o
radsecproxy.conf.html
$<
clean-local
:
-
rm
radsecproxy.conf.5
-
rm
$(GENMANPAGES)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment