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
683 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_TDEUI) \
$(LIB_TDECORE)
graphequalizer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
METASOURCES = AUTO