diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-26 10:40:14 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-26 10:40:14 +0100 |
commit | e91b116a622bbfb20cd66268ca4cb91d620984ad (patch) | |
tree | d07a82d9cf165185a6b6bda30b8746fe351216a7 | |
parent | 89bf11d204cb934ea9109aa077c8514515d538f6 (diff) | |
download | strongswan-e91b116a622bbfb20cd66268ca4cb91d620984ad.tar.bz2 strongswan-e91b116a622bbfb20cd66268ca4cb91d620984ad.tar.xz |
Use the same formatting as in the Makefiles of the other plugins. Makes refactorings easier.
-rw-r--r-- | src/libcharon/plugins/dhcp/Makefile.am | 6 | ||||
-rw-r--r-- | src/libcharon/plugins/farp/Makefile.am | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/libcharon/plugins/dhcp/Makefile.am b/src/libcharon/plugins/dhcp/Makefile.am index 45d7536be..f68257c8d 100644 --- a/src/libcharon/plugins/dhcp/Makefile.am +++ b/src/libcharon/plugins/dhcp/Makefile.am @@ -1,6 +1,5 @@ -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 @@ -10,7 +9,8 @@ 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 42cd31879..f16679442 100644 --- a/src/libcharon/plugins/farp/Makefile.am +++ b/src/libcharon/plugins/farp/Makefile.am @@ -1,6 +1,5 @@ -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 @@ -10,7 +9,8 @@ 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 |