You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mplayerthumbs/src/mplayerthumbsconfig/Makefile.am

12 lines
464 B

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)