|
|
|
@ -3,7 +3,7 @@ subdirs = po .
|
|
|
|
|
bin_PROGRAMS = convert-presets
|
|
|
|
|
|
|
|
|
|
convert_presets_SOURCES = convert-presets.cpp
|
|
|
|
|
convert_presets_LDADD = $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE)
|
|
|
|
|
convert_presets_LDADD = $(LIB_KFILE) $(LIB_TDEUI) $(LIB_TDECORE)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# this 10 paths are KDE specific. Use them:
|
|
|
|
@ -25,7 +25,7 @@ INCLUDES= $(all_includes)
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
|
|
# the library search path.
|
|
|
|
|
convert_presets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
|
|
|
convert_presets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
|
$(XGETTEXT) *.cpp -o po/kradio-convert-presets.pot
|
|
|
|
|