blob: ed9d14cf1015a41d3d4e3eca2e749a5340f86694 (
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_TDEUI)
METASOURCES = AUTO
noinst_HEADERS = kcmlaunch.h
xdg_apps_DATA = kcmlaunch.desktop
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcmlaunch.pot
|