You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
477 B
Makefile
20 lines
477 B
Makefile
INCLUDES = $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
# Install this plugin in the KDE modules directory
|
|
kde_module_LTLIBRARIES = kcm_autostart.la
|
|
|
|
kcm_autostart_la_SOURCES = autostart.cpp
|
|
kcm_autostart_la_LIBADD = -ltdeio $(LIB_TDEUI)
|
|
kcm_autostart_la_LDFLAGS = -avoid-version -module -no-undefined \
|
|
$(all_libraries)
|
|
|
|
|
|
xdg_apps_DATA = autostart.desktop
|
|
|
|
|
|
messages: rc.cpp
|
|
$(EXTRACTRC) `find -name \*.ui -o -name \*.rc` > rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kcmautostart.pot
|
|
|