aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/farp
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-03-26 10:40:14 +0100
committerTobias Brunner <tobias@strongswan.org>2010-03-26 10:40:14 +0100
commite91b116a622bbfb20cd66268ca4cb91d620984ad (patch)
treed07a82d9cf165185a6b6bda30b8746fe351216a7 /src/libcharon/plugins/farp
parent89bf11d204cb934ea9109aa077c8514515d538f6 (diff)
downloadstrongswan-e91b116a622bbfb20cd66268ca4cb91d620984ad.tar.bz2
strongswan-e91b116a622bbfb20cd66268ca4cb91d620984ad.tar.xz
Use the same formatting as in the Makefiles of the other plugins. Makes refactorings easier.
Diffstat (limited to 'src/libcharon/plugins/farp')
-rw-r--r--src/libcharon/plugins/farp/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libcharon/plugins/farp/Makefile.am b/src/libcharon/plugins/farp/Makefile.am
index 42cd31879..f16679442 100644
--- a/src/libcharon/plugins/farp/Makefile.am
+++ b/src/libcharon/plugins/farp/Makefile.am
@@ -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