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.
kaffeine/kaffeine/src/player-parts/kaffeine-part/Makefile.am

13 lines
423 B

lib_LTLIBRARIES = libkaffeinepart.la
INCLUDES = $(all_includes)
kaffeineincludedir = $(includedir)/kaffeine
kaffeineinclude_HEADERS = kaffeinepart.h mrl.h
METASOURCES = AUTO
libkaffeinepart_la_SOURCES = kaffeinepart.cpp mrl.cpp playlistimport.cpp
libkaffeinepart_la_LIBADD = $(LIB_TDEPARTS) $(all_libraries) $(LIB_TQT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEIO)
libkaffeinepart_la_LDFLAGS = -no-undefined -avoid-version