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

This reverts commit e91b116a62. Missed to
notice commit 89bf11d204.
This commit is contained in:
Tobias Brunner
2010-03-26 10:47:09 +01:00
parent e91b116a62
commit 18c68f22c7
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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