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.
tdebase/kreadconfig/Makefile.am

14 lines
480 B

AM_CPPFLAGS = -DTQT_NO_CAST_ASCII
INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
LDADD = $(LIB_TDECORE)
bin_PROGRAMS = kreadconfig kwriteconfig
kreadconfig_SOURCES = kreadconfig.cpp
kwriteconfig_SOURCES = kwriteconfig.cpp
messages:
$(XGETTEXT) $(kreadconfig_SOURCES) -o $(podir)/kreadconfig.pot
$(XGETTEXT) $(kwriteconfig_SOURCES) -o $(podir)/kwriteconfig.pot