diff options
Diffstat (limited to 'src/scepclient/Makefile.am')
-rw-r--r-- | src/scepclient/Makefile.am | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/scepclient/Makefile.am b/src/scepclient/Makefile.am index 930f3dd80..c911be1c4 100644 --- a/src/scepclient/Makefile.am +++ b/src/scepclient/Makefile.am @@ -4,16 +4,13 @@ scepclient.c scep.c scep.h scepclient.o : $(top_builddir)/config.status -INCLUDES = \ --I$(top_srcdir)/src/libstrongswan \ --I$(top_srcdir)/src/libhydra - -AM_CFLAGS = \ --DIPSEC_CONFDIR=\"${sysconfdir}\" \ --DPLUGINS=\""${scepclient_plugins}\"" +AM_CPPFLAGS = \ + -I$(top_srcdir)/src/libstrongswan \ + -I$(top_srcdir)/src/libhydra \ + -DIPSEC_CONFDIR=\"${sysconfdir}\" \ + -DPLUGINS=\""${scepclient_plugins}\"" scepclient_LDADD = \ $(top_builddir)/src/libstrongswan/libstrongswan.la dist_man_MANS = scepclient.8 - |