summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index b947b42..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-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) $(LIB_TQT)
-
-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) -ltdefx $(LIB_TQT)
-
-videothumbnail_DATA = sprocket-small.png sprocket-medium.png sprocket-large.png
-videothumbnaildir = $(kde_datadir)/videopreview
-kde_kcfg_DATA = mplayerthumbs.kcfg
-