Use the same formatting as in the Makefiles of the other plugins. Makes refactorings easier.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
|
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra -I$(top_srcdir)/src/libcharon
|
||||||
-I$(top_srcdir)/src/libcharon
|
|
||||||
|
|
||||||
AM_CFLAGS = -rdynamic
|
AM_CFLAGS = -rdynamic
|
||||||
|
|
||||||
@@ -10,7 +9,8 @@ else
|
|||||||
plugin_LTLIBRARIES = libstrongswan-dhcp.la
|
plugin_LTLIBRARIES = libstrongswan-dhcp.la
|
||||||
endif
|
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_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,6 +1,5 @@
|
|||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
|
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra -I$(top_srcdir)/src/libcharon
|
||||||
-I$(top_srcdir)/src/libcharon
|
|
||||||
|
|
||||||
AM_CFLAGS = -rdynamic
|
AM_CFLAGS = -rdynamic
|
||||||
|
|
||||||
@@ -10,7 +9,8 @@ else
|
|||||||
plugin_LTLIBRARIES = libstrongswan-farp.la
|
plugin_LTLIBRARIES = libstrongswan-farp.la
|
||||||
endif
|
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
|
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