diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 22 | ||||
-rw-r--r-- | src/mplayerthumbsconfig/Makefile.am | 11 |
2 files changed, 0 insertions, 33 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 - diff --git a/src/mplayerthumbsconfig/Makefile.am b/src/mplayerthumbsconfig/Makefile.am deleted file mode 100644 index d567719..0000000 --- a/src/mplayerthumbsconfig/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -INCLUDES = -I$(top_builddir)/src $(all_includes) -METASOURCES = AUTO - -messages: rc.cpp - $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/videopreview.pot -bin_PROGRAMS = mplayerthumbsconfig -mplayerthumbsconfig_LDFLAGS = $(KDE_RPATH) $(all_libraries) -mplayerthumbsconfig_SOURCES = main.cpp mplayerthumbscfg.cpp -noinst_HEADERS = mplayerthumbscfg.h -mplayerthumbsconfig_LDADD = $(top_builddir)/src/videopreview.la $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) |