From 18c68f22c7d522f13baff9199a5fddc1b6978a6f Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 26 Mar 2010 10:47:09 +0100 Subject: Revert "Use the same formatting as in the Makefiles of the other plugins. Makes refactorings easier." This reverts commit e91b116a622bbfb20cd66268ca4cb91d620984ad. Missed to notice commit 89bf11d204cb934ea9109aa077c8514515d538f6. --- src/libcharon/plugins/dhcp/Makefile.am | 6 +++--- src/libcharon/plugins/farp/Makefile.am | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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 -- cgit v1.2.3