summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/dub/dub/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/dub/dub/Makefile.am')
-rw-r--r--noatun-plugins/dub/dub/Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/noatun-plugins/dub/dub/Makefile.am b/noatun-plugins/dub/dub/Makefile.am
new file mode 100644
index 0000000..f49684c
--- /dev/null
+++ b/noatun-plugins/dub/dub/Makefile.am
@@ -0,0 +1,20 @@
+kde_module_LTLIBRARIES = noatundub.la
+
+INCLUDES = $(all_includes)
+
+noatundub_la_SOURCES = dubprefs.ui dubplaylistitem.cpp dubplaylist.cpp \
+fileselectorwidget.cpp dubview.cpp dubapp.cpp dub.cpp dubconfigmodule.cpp
+
+EXTRA_DIST = dubui.rc dub.plugin BUGS \
+ dub.h dubdoc.h dubview.h fileselectorwidget.h dubplaylist.h dubplaylistitem.h
+
+noatundub_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+noatundub_la_LIBADD = $(LIB_KIO) -lnoatun
+
+noatun_DATA = dub.plugin
+noatundir = $(kde_datadir)/noatun
+
+METASOURCES = AUTO
+
+messages: rc.cpp
+ $(XGETTEXT) *.cpp *.h -o $(podir)/dub.pot