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.
14 lines
414 B
14 lines
414 B
|
|
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
|
|
|