summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrel-libs-configurator/Makefile.am
blob: 8750aff5d6912079d538980669141a12433459a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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_KDEUI) $(LIB_KDECORE) $(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