You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeaddons/noatun-plugins/dub/dub/Makefile.am

21 lines
620 B

kde_module_LTLIBRARIES = noatundub.la
INCLUDES = $(all_includes) -I$(kde_includes)/tde
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_TDEIO) -lnoatun
noatun_DATA = dub.plugin
noatundir = $(kde_datadir)/noatun
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/dub.pot