summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/dub/dub/Makefile.am
blob: f49684c8643240a509dec755fc45637db2db059c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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