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.
tdeutils/kcharselect/Makefile.am

22 lines
566 B

INCLUDES = $(all_includes)
LDADD = $(LIB_KFILE)
bin_PROGRAMS = kcharselect
kcharselect_SOURCES = kcharselectdia.cc main.cc
kcharselect_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kcharselect_METASOURCES = kcharselectdia.moc
updatedir = $(kde_datadir)/kconf_update
update_DATA = kcharselect.upd
KDE_ICON = kcharselect
xdg_apps_DATA = KCharSelect.desktop
rcdir = $(kde_datadir)/kcharselect
rc_DATA = kcharselectui.rc
messages: rc.cpp
$(XGETTEXT) *.cc *.cpp -o $(podir)/kcharselect.pot