summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrel-libs-configurator/Makefile.am
blob: ec4fc8b4071fc6b48c33396f3ce3e7bc669b106c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDES = $(all_includes) -I$(srcdir)

bin_PROGRAMS = ksquirrel-libs-configurator-real
bin_SCRIPTS  = ksquirrel-libs-configurator

ksquirrel_libs_configurator_real_SOURCES = main.cpp klc.ui
ksquirrel_libs_configurator_real_LDADD   = $(KDE_LDFLAGS) $(QT_LDFLAGS) $(LIB_KIO) $(LIB_TDEUI) -lDCOP $(LIB_TDECORE) $(LIB_QT)
ksquirrel_libs_configurator_real_LDFLAGS = $(KDE_LDFLAGS) $(QT_LDFLAGS) $(LIB_KIO) $(LIB_TDEUI) -lDCOP $(LIB_TDECORE) $(LIB_QT)

AM_CXXFLAGS = $(ksquirrellibs_CFLAGS)

messages:
	LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
	if test -n "$$LIST"; then \
	 $(XGETTEXT) $$LIST -o $(podir)/ksquirrel.pot; \
	fi