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

23 lines
520 B

noinst_LTLIBRARIES = libstatusbar.la
METASOURCES = AUTO
INCLUDES = \
-I$(top_srcdir)/amarok/src/ \
-I$(top_builddir)/amarok/src/amarokcore \
-I$(top_srcdir)/amarok/src/amarokcore \
-I$(top_srcdir)/amarok/src/engine \
-I$(top_builddir)/amarok/src/ \
$(all_includes)
libstatusbar_la_LIBADD = $(LIB_QT)
libstatusbar_la_SOURCES = \
statusBarBase.cpp \
statusbar.cpp \
overlayWidget.cpp \
popupMessage.cpp \
progressBar.cpp \
squeezedtextlabel.cpp \
queueLabel.cpp