diff options
author | Martin Willi <martin@revosec.ch> | 2010-03-25 14:54:56 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-03-25 14:54:56 +0100 |
commit | 89bf11d204cb934ea9109aa077c8514515d538f6 (patch) | |
tree | af9ae87fb1d3f7980dc78caa1700fc979db0b201 /src/libcharon/plugins/resolve | |
parent | 6d6994c6c975f2dba3fecc09a07b9f2e2fb2257e (diff) | |
download | strongswan-89bf11d204cb934ea9109aa077c8514515d538f6.tar.bz2 strongswan-89bf11d204cb934ea9109aa077c8514515d538f6.tar.xz |
Respect line with in Makefile.am's, other cosmetics
Diffstat (limited to 'src/libcharon/plugins/resolve')
-rw-r--r-- | src/libcharon/plugins/resolve/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libcharon/plugins/resolve/Makefile.am b/src/libcharon/plugins/resolve/Makefile.am index 68bc953d1..f8830d42e 100644 --- a/src/libcharon/plugins/resolve/Makefile.am +++ b/src/libcharon/plugins/resolve/Makefile.am @@ -1,8 +1,9 @@ -INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra -I$(top_srcdir)/src/libcharon +INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \ + -I$(top_srcdir)/src/libcharon AM_CFLAGS = -rdynamic \ - -DRESOLV_CONF=\"${resolv_conf}\" + -DRESOLV_CONF=\"${resolv_conf}\" if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-resolve.la |