Revert "Use the same formatting as in the Makefiles of the other plugins. Makes refactorings easier."
This reverts commite91b116a62. Missed to notice commit89bf11d204.
This commit is contained in:
@@ -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
|
AM_CFLAGS = -rdynamic
|
||||||
|
|
||||||
@@ -9,8 +10,7 @@ else
|
|||||||
plugin_LTLIBRARIES = libstrongswan-dhcp.la
|
plugin_LTLIBRARIES = libstrongswan-dhcp.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libstrongswan_dhcp_la_SOURCES = \
|
libstrongswan_dhcp_la_SOURCES = dhcp_plugin.h dhcp_plugin.c \
|
||||||
dhcp_plugin.h dhcp_plugin.c \
|
|
||||||
dhcp_provider.h dhcp_provider.c \
|
dhcp_provider.h dhcp_provider.c \
|
||||||
dhcp_socket.h dhcp_socket.c \
|
dhcp_socket.h dhcp_socket.c \
|
||||||
dhcp_transaction.h dhcp_transaction.c
|
dhcp_transaction.h dhcp_transaction.c
|
||||||
|
|||||||
@@ -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
|
AM_CFLAGS = -rdynamic
|
||||||
|
|
||||||
@@ -9,8 +10,7 @@ else
|
|||||||
plugin_LTLIBRARIES = libstrongswan-farp.la
|
plugin_LTLIBRARIES = libstrongswan-farp.la
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libstrongswan_farp_la_SOURCES = \
|
libstrongswan_farp_la_SOURCES = farp_plugin.h farp_plugin.c \
|
||||||
farp_plugin.h farp_plugin.c \
|
|
||||||
farp_listener.h farp_listener.c farp_spoofer.h farp_spoofer.c
|
farp_listener.h farp_listener.c farp_spoofer.h farp_spoofer.c
|
||||||
|
|
||||||
libstrongswan_farp_la_LDFLAGS = -module -avoid-version
|
libstrongswan_farp_la_LDFLAGS = -module -avoid-version
|
||||||
|
|||||||
Reference in New Issue
Block a user