summaryrefslogtreecommitdiffstats
path: root/kaffeine/src/player-parts/gstreamer-part/Makefile.am
blob: 16cbbbded5efcf12f99f48aeeb6b3681ecf7548a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
kde_module_LTLIBRARIES = libgstreamerpart.la

INCLUDES = -I$(top_srcdir)/kaffeine/src/player-parts/kaffeine-part -I$(top_srcdir)/kaffeine/src/ $(all_includes) $(CFLAGS_GSTREAMER)

METASOURCES = AUTO

noinst_HEADERS =  gstreamer_part.h timer.h video.h videosettings.h gstreamerconfig.h

libgstreamerpart_la_SOURCES = gstreamer_part.cpp video.cpp timer.cpp videosettings.cpp gstreamerconfig.cpp
libgstreamerpart_la_LIBADD  = $(LIB_TDEPARTS) $(LIB_TDEFILE) ../kaffeine-part/libkaffeinepart.la
libgstreamerpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_QT) -lDCOP $(KDE_PLUGIN) $(LIB_TDEPARTS) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_GSTREAMER) $(LIB_GSTOVERLAY) $(all_libraries) -avoid-version -no-undefined

# this is where the desktop file will go
partdesktopdir   = $(kde_servicesdir)
partdesktop_DATA = gstreamer_part.desktop

# this is where the part's XML-GUI resource file goes
partrcdir   = $(kde_datadir)/gstreamerpart
partrc_DATA = gstreamer_part.rc

icondir = $(kde_icondir)/hicolor/16x16/apps/
icon_DATA = gstreamer.png