]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use the same formatting as in the Makefiles of the other plugins. Makes refactorings...
authorTobias Brunner <tobias@strongswan.org>
Fri, 26 Mar 2010 09:40:14 +0000 (10:40 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 26 Mar 2010 09:40:14 +0000 (10:40 +0100)
src/libcharon/plugins/dhcp/Makefile.am
src/libcharon/plugins/farp/Makefile.am

index 45d7536be7b6218764922c1fc66fdad34584bd06..f68257c8d2d16cff33dddb833ca778c849e0bcfc 100644 (file)
@@ -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
index 42cd3187938f11691232634c73ebab43a9868548..f16679442a24188a8ad2376e70270745e98038e0 100644 (file)
@@ -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