summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: d0313b3254085a799847bf276a6f731c9c01c047 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INCLUDES    = $(all_includes)
METASOURCES = AUTO

SUBDIRS = . mplayerthumbsconfig

kde_module_LTLIBRARIES = videopreview.la

videopreview_la_SOURCES = videopreview.cpp mplayerthumbs.kcfgc
videopreview_la_LDFLAGS = -avoid-version -module $(all_libraries) $(TDE_PLUGIN)

protocoldir = $(kde_servicesdir)

messages: rc.cpp
	$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
	$(XGETTEXT) *.cpp -o $(podir)/videopreview.pot
protocol_DATA = videopreview.desktop
videopreview_la_LIBADD = $(LIB_TDECORE)

videothumbnail_DATA = sprocket-small.png sprocket-medium.png sprocket-large.png
videothumbnaildir = $(kde_datadir)/videothumbnail
kde_kcfg_DATA = mplayerthumbs.kcfg