diff options
Diffstat (limited to 'src/mplayerthumbsconfig/Makefile.am')
-rw-r--r-- | src/mplayerthumbsconfig/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mplayerthumbsconfig/Makefile.am b/src/mplayerthumbsconfig/Makefile.am deleted file mode 100644 index 1cc43f7..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_QT) |