summaryrefslogtreecommitdiffstats
path: root/noatun/modules/simple/Makefile.am
blob: de5a7aa8e483469828c61258fee2c752b4b34f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDES= -I$(top_srcdir)/noatun/library -I$(kde_includes)/arts $(all_includes)

kde_module_LTLIBRARIES = noatunsimple.la

noatunsimple_la_SOURCES = propertiesdialog.ui noatunui.cpp userinterface.cpp
noatunsimple_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
noatunsimple_la_LIBADD =  $(top_builddir)/noatun/library/libnoatun.la \
			  $(top_builddir)/noatun/library/libnoatuncontrols.la \
			 -lkmedia2_idl -lsoundserver_idl -lartskde

noatunsimple_la_METASOURCES = AUTO

noinst_HEADERS = propertiesdialog.h userinterface.h

noatun_modules_simple_DATA = simple.plugin simpleui.rc
noatun_modules_simpledir = $(kde_datadir)/noatun