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/input/dvb/plugins/epg/Makefile.am

17 lines
581 B

lib_LTLIBRARIES = libkaffeineepgplugin.la
METASOURCES = AUTO
INCLUDES = -I$(top_srcdir)/kaffeine/src/input/dvb \
-I$(top_srcdir)/kaffeine/src \
$(all_includes)
kaffeineincludedir = $(includedir)/kaffeine
kaffeineinclude_HEADERS = kaffeinedvbevents.h kaffeinedvbsection.h
libkaffeineepgplugin_la_SOURCES = kaffeinedvbevents.cpp kaffeinedvbsection.cpp
libkaffeineepgplugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TQT) $(LIB_TDEUI) $(LIB_TDECORE)
libkaffeineepgplugin_la_LDFLAGS = $(all_libraries) -version-info 0:1:0 -no-undefined
kde_servicetypes_DATA = kaffeineepgplugin.desktop