summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 10:41:32 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 10:41:32 -0500
commitc53429a6968563f72f8b334486d6dd1f0de75ecb (patch)
tree6c6b3c6d09f776dc7a54635584bfa79a3af71ed9 /src/Makefile.am
downloadmplayerthumbs-c53429a6968563f72f8b334486d6dd1f0de75ecb.tar.gz
mplayerthumbs-c53429a6968563f72f8b334486d6dd1f0de75ecb.zip
Initial import of mplayerthumbs 0.5b sources
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..4af25eb
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,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) $(KDE_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_KDECORE)
+
+videothumbnail_DATA = sprocket-small.png sprocket-medium.png sprocket-large.png
+videothumbnaildir = $(kde_datadir)/videothumbnail
+kde_kcfg_DATA = mplayerthumbs.kcfg
+