aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/dhcp
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/libcharon/plugins/dhcp
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/libcharon/plugins/dhcp')
-rw-r--r--src/libcharon/plugins/dhcp/Makefile.am6
1 files changed, 3 insertions, 3 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