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/scripts/graphequalizer/Makefile.am

28 lines
679 B

graphequalizerdir = $(kde_datadir)/amarok/scripts/graphequalizer
graphequalizer_PROGRAMS = graphequalizer
INCLUDES = \
$(all_includes)
# eqdialog.ui.h removed because of automake turning it into just '.h' for some reason
# and then complaining about its inexistence
graphequalizer_SOURCES = \
equalizercanvasview.cpp \
eqdialog.ui \
stdinreader.h \
main.cpp
graphequalizer_DATA = README
graphequalizer_LDADD = \
$(LIB_QT) \
$(LIB_KDEUI) \
$(LIB_KDECORE)
graphequalizer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
METASOURCES = AUTO