summaryrefslogtreecommitdiffstats
path: root/src/serialisation
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialisation')
-rw-r--r--src/serialisation/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/serialisation/Makefile.am b/src/serialisation/Makefile.am
deleted file mode 100644
index 57e99055..00000000
--- a/src/serialisation/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-moduledir = $(libdir)/ingen
-
-module_LTLIBRARIES = libingen_serialisation.la
-
-libingen_serialisation_la_CXXFLAGS = \
- @INGEN_CFLAGS@ \
- @REDLANDMM_CFLAGS@ \
- @RAUL_CFLAGS@ \
- @GLIBMM_CFLAGS@ \
- @SLV2_CFLAGS@
-
-libingen_serialisation_la_LDFLAGS = -no-undefined -module -avoid-version
-libingen_serialisation_la_LIBADD = @RAUL_LIBS@ @REDLANDMM_LIBS@ @GLIBMM_LIBS@ @SLV2_LIBS@
-
-libingen_serialisation_la_SOURCES = \
- Parser.cpp \
- Parser.hpp \
- Serialiser.cpp \
- Serialiser.hpp \
- serialisation.cpp \
- serialisation.hpp
-