aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/nm
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-03-02 10:32:09 +0100
committerTobias Brunner <tobias@strongswan.org>2010-03-02 10:40:50 +0100
commit4e657051f7c5828459a3baccfadee18655ee9656 (patch)
tree8053352ce6b88fc2bc8c9665f5fd1f363285b2cc /src/charon/plugins/nm
parentfac3bfa5cd96d9789cea2836cb4903580f8ce426 (diff)
downloadstrongswan-4e657051f7c5828459a3baccfadee18655ee9656.tar.bz2
strongswan-4e657051f7c5828459a3baccfadee18655ee9656.tar.xz
Streamlined the source file list formatting in plugin makefiles.
Diffstat (limited to 'src/charon/plugins/nm')
-rw-r--r--src/charon/plugins/nm/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/charon/plugins/nm/Makefile.am b/src/charon/plugins/nm/Makefile.am
index 95a1e5bc8..cabbe89cc 100644
--- a/src/charon/plugins/nm/Makefile.am
+++ b/src/charon/plugins/nm/Makefile.am
@@ -13,9 +13,10 @@ libstrongswan_nm_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
endif
libstrongswan_nm_la_SOURCES = \
- nm_plugin.h nm_plugin.c \
- nm_service.h nm_service.c \
- nm_creds.h nm_creds.c \
- nm_handler.h nm_handler.c
+ nm_plugin.h nm_plugin.c \
+ nm_service.h nm_service.c \
+ nm_creds.h nm_creds.c \
+ nm_handler.h nm_handler.c
+
libstrongswan_nm_la_LDFLAGS = -module -avoid-version
libstrongswan_nm_la_LIBADD += ${nm_LIBS}