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.
22 lines
572 B
22 lines
572 B
INCLUDES = $(all_includes)
|
|
LDADD = $(LIB_TDEFILE)
|
|
bin_PROGRAMS = kcharselect
|
|
|
|
kcharselect_SOURCES = kcharselectdia.cpp main.cpp
|
|
kcharselect_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
kcharselect_METASOURCES = kcharselectdia.moc
|
|
|
|
updatedir = $(kde_datadir)/tdeconf_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) *.cpp -o $(podir)/kcharselect.pot
|
|
|