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
474 B

AM_CPPFLAGS = -DQT_NO_CAST_ASCII
INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
LDADD = $(LIB_KDECORE)
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