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/mediadevice/daap/daapreader/authentication/Makefile.am

23 lines
726 B

noinst_LTLIBRARIES = libauthentication.la
INCLUDES = \
-I$(top_srcdir)/amarok/src \
-I$(top_srcdir)/amarok/src/amarokcore \
-I$(top_srcdir)/amarok/src/mediadevice \
-I$(top_srcdir)/amarok/src/mediadevice/daap \
-I$(top_srcdir)/amarok/src/mediadevice/daap/daapreader \
$(all_includes)
libauthentication_la_SOURCES = contentfetcher.cpp md5.c hasher.c
libauthentication_la_LIBADD = \
$(LIB_QT) \
$(LIB_TDECORE) \
$(LIB_TDEUI)
libauthentication_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
METASOURCES = AUTO
noinst_HEADERS = contentfetcher.h md5.h hasher.h portability.h