diff options
Diffstat (limited to 'kiostdetool/kcms/autostart/Makefile.am')
-rw-r--r-- | kiostdetool/kcms/autostart/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/kiostdetool/kcms/autostart/Makefile.am b/kiostdetool/kcms/autostart/Makefile.am deleted file mode 100644 index 993941a..0000000 --- a/kiostdetool/kcms/autostart/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -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 |