summaryrefslogtreecommitdiffstats
path: root/src/mplayerthumbsconfig/Makefile.am
blob: d567719d6066be44ac1977b11395246c6593bb2e (plain)
1
2
3
4
5
6
7
8
9
10
11
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)