summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
new file mode 100644
index 00000000..e024a39e
--- /dev/null
+++ b/lib/Makefile.am
@@ -0,0 +1,10 @@
+SUBDIRS = compatibility
+
+
+noinst_LTLIBRARIES = libquantamodule.la
+
+METASOURCES = AUTO
+
+libquantamodule_la_SOURCES = qextfileinfo.cpp ksavealldialog.cpp
+
+INCLUDES = $(all_includes)