Use the same formatting as in the Makefiles of the other plugins. Makes refactorings easier.

This commit is contained in:
Tobias Brunner
2010-03-26 10:40:14 +01:00
parent 89bf11d204
commit e91b116a62
2 changed files with 6 additions and 6 deletions
+3 -3
View 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
+3 -3
View 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