summaryrefslogtreecommitdiffstats
path: root/amarok/src/collectionscanner/Makefile.am
blob: 51c2f386bc03f09c9dd88472dfa93c5a97a02701 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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)

amarokcollectionscanner_LDFLAGS = \
    $(all_libraries) \
    $(KDE_RPATH)