blob: 993941a4e6602c39ae0a6797238c7d01c35e3201 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
kde_module_LTLIBRARIES = kcm_autostart.la
kcm_autostart_la_SOURCES = kcmautostart.cpp
kcm_autostart_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
kcm_autostart_la_LIBADD = $(LIB_KIO)
INCLUDES= $(all_includes)
kcm_autostart_la_METASOURCES = AUTO
KDE_ICON = autostart
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcmautostart.pot
xdg_apps_DATA = kcmautostart.desktop
|