summaryrefslogtreecommitdiff
path: root/src/charon/plugins/updown/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/plugins/updown/Makefile.am')
-rw-r--r--src/charon/plugins/updown/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/charon/plugins/updown/Makefile.am b/src/charon/plugins/updown/Makefile.am
deleted file mode 100644
index 6cad02a96..000000000
--- a/src/charon/plugins/updown/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-
-INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
-
-AM_CFLAGS = -rdynamic
-
-plugin_LTLIBRARIES = libstrongswan-updown.la
-libstrongswan_updown_la_SOURCES = \
- updown_plugin.h updown_plugin.c \
- updown_listener.h updown_listener.c
-libstrongswan_updown_la_LDFLAGS = -module -avoid-version
-
-