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.
amarok/amarok/src/collectionscanner/Makefile.am

35 lines
733 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_KDECORE) \
$(TAGLIB_LIBS) \
$(LIB_KIO)
amarokcollectionscanner_LDFLAGS = \
$(all_libraries) \
$(KDE_RPATH) \
$(LIB_QT) \
-lDCOP \
$(LIB_KDECORE) \
$(LIB_KDEUI) \
$(LIB_KIO)