blob: ce246f3d25dc9cae21eb0dd9cc2aad4b256a7fba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
kde_module_LTLIBRARIES = kcm_launch.la
AM_CPPFLAGS = $(all_includes)
kcm_launch_la_SOURCES = kcmlaunch.cpp
kcm_launch_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kcm_launch_la_LIBADD = $(LIB_KDEUI)
METASOURCES = AUTO
noinst_HEADERS = kcmlaunch.h
xdg_apps_DATA = kcmlaunch.desktop
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcmlaunch.pot
|