diff options
Diffstat (limited to 'src/libpts/Makefile.am')
-rw-r--r-- | src/libpts/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libpts/Makefile.am b/src/libpts/Makefile.am index edf3f7416..162af5d0d 100644 --- a/src/libpts/Makefile.am +++ b/src/libpts/Makefile.am @@ -1,5 +1,7 @@ - -INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libimcv +AM_CPPFLAGS = \ + -I$(top_srcdir)/src/libstrongswan \ + -I$(top_srcdir)/src/libtncif \ + -I$(top_srcdir)/src/libimcv ipseclib_LTLIBRARIES = libpts.la |