aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-03-26 10:47:09 +0100
committerTobias Brunner <tobias@strongswan.org>2010-03-26 10:47:09 +0100
commit18c68f22c7d522f13baff9199a5fddc1b6978a6f (patch)
treeaf9ae87fb1d3f7980dc78caa1700fc979db0b201 /src
parente91b116a622bbfb20cd66268ca4cb91d620984ad (diff)
downloadstrongswan-18c68f22c7d522f13baff9199a5fddc1b6978a6f.tar.bz2
strongswan-18c68f22c7d522f13baff9199a5fddc1b6978a6f.tar.xz
Revert "Use the same formatting as in the Makefiles of the other plugins. Makes refactorings easier."
Diffstat (limited to 'src')
-rw-r--r--src/libcharon/plugins/dhcp/Makefile.am6
-rw-r--r--src/libcharon/plugins/farp/Makefile.am6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/libcharon/plugins/dhcp/Makefile.am b/src/libcharon/plugins/dhcp/Makefile.am
index f68257c8d..45d7536be 100644
--- a/src/libcharon/plugins/dhcp/Makefile.am
+++ b/src/libcharon/plugins/dhcp/Makefile.am
@@ -1,5 +1,6 @@
-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
@@ -9,8 +10,7 @@ else
plugin_LTLIBRARIES = libstrongswan-dhcp.la
endif
-libstrongswan_dhcp_la_SOURCES = \
- dhcp_plugin.h dhcp_plugin.c \
+libstrongswan_dhcp_la_SOURCES = dhcp_plugin.h dhcp_plugin.c \
dhcp_provider.h dhcp_provider.c \
dhcp_socket.h dhcp_socket.c \
dhcp_transaction.h dhcp_transaction.c
diff --git a/src/libcharon/plugins/farp/Makefile.am b/src/libcharon/plugins/farp/Makefile.am
index f16679442..42cd31879 100644
--- a/src/libcharon/plugins/farp/Makefile.am
+++ b/src/libcharon/plugins/farp/Makefile.am
@@ -1,5 +1,6 @@
-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
@@ -9,8 +10,7 @@ else
plugin_LTLIBRARIES = libstrongswan-farp.la
endif
-libstrongswan_farp_la_SOURCES = \
- farp_plugin.h farp_plugin.c \
+libstrongswan_farp_la_SOURCES = farp_plugin.h farp_plugin.c \
farp_listener.h farp_listener.c farp_spoofer.h farp_spoofer.c
libstrongswan_farp_la_LDFLAGS = -module -avoid-version