summaryrefslogtreecommitdiff
path: root/plugins/theseus/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/theseus/Makefile.am')
-rw-r--r--plugins/theseus/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/theseus/Makefile.am b/plugins/theseus/Makefile.am
deleted file mode 100644
index 8040bb4..0000000
--- a/plugins/theseus/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-
-lib_LTLIBRARIES = libtheseus.la
-
-libtheseus_la_SOURCES = \
- theseus.h theseus.c
-
-libtheseus_la_CFLAGS = $(AM_CFLAGS)
-
-
-INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I../../src
-
-AM_CPPFLAGS =
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)