diff options
author | venaas <venaas> | 2008-02-12 13:42:40 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-02-12 13:42:40 +0000 |
commit | b386d661a0876da1bbc98d6cc1d2e198bc684d49 (patch) | |
tree | 8d0b891a6f5cbbf8c2f2b00bf0cad3bd626d282e /Makefile.am | |
parent | a639eb1334d6bb75735600fd3eb6ea769c96398d (diff) |
autoconf fix for solari9, no more makefile-solaris9
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.1@211 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index acf4223..eb4b1d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,8 +11,8 @@ radsecproxy_SOURCES = radsecproxy.c \ util.h \ list.h -radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ -radsecproxy_LDFLAGS = @SSL_LDFLAGS@ +radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ @TARGET_CFLAGS@ +radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@ radsecproxy_LDADD = @SSL_LIBS@ dist_sysconf_DATA = $(srcdir)/radsecproxy.conf-example |