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.
34 lines
737 B
34 lines
737 B
bin_PROGRAMS = amarokcollectionscanner |
|
|
|
METASOURCES = AUTO |
|
|
|
INCLUDES = \ |
|
-I$(top_srcdir)/amarok/src \ |
|
$(TAGLIB_CFLAGS) \ |
|
$(all_includes) |
|
|
|
noinst_HEADERS = \ |
|
collectionscannerdcophandler.h |
|
|
|
amarokcollectionscanner_SOURCES = \ |
|
main.cpp \ |
|
collectionscannerdcopiface.skel \ |
|
collectionscannerdcophandler.cpp \ |
|
collectionscanner.cpp |
|
|
|
amarokcollectionscanner_LDADD = \ |
|
$(top_builddir)/amarok/src/metadata/libmetadata.la \ |
|
$(top_builddir)/amarok/src/libamarok.la \ |
|
$(LIB_QT) \ |
|
$(LIB_TDECORE) \ |
|
$(TAGLIB_LIBS) \ |
|
$(LIB_TDEIO) |
|
|
|
amarokcollectionscanner_LDFLAGS = \ |
|
$(all_libraries) \ |
|
$(KDE_RPATH) \ |
|
$(LIB_QT) \ |
|
-lDCOP \ |
|
$(LIB_TDECORE) \ |
|
$(LIB_TDEUI) \ |
|
$(LIB_TDEIO)
|
|
|