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.
20 lines
617 B
20 lines
617 B
kconf_PROGRAMS = kwin_update_window_settings |
|
kconfdir = $(libdir)/kconf_update_bin |
|
|
|
kwin_update_window_settings_SOURCES = update_window_settings.cpp |
|
|
|
kwin_update_window_settings_LDADD = $(LIB_KDECORE) |
|
kwin_update_window_settings_LDFLAGS = $(all_libraries) |
|
|
|
INCLUDES = $(all_includes) |
|
|
|
METASOURCES = AUTO |
|
|
|
sounddir= $(kde_sounddir) |
|
sound_DATA = pop.wav |
|
|
|
update_DATA = kwin.upd kwinsticky.upd kwiniconify.upd kwin3_plugin.upd kwin_focus1.upd \ |
|
kwinupdatewindowsettings.upd kwin_focus2.upd |
|
update_SCRIPTS = pluginlibFix.pl kwin3_plugin.pl kwin_focus1.sh kwin_focus2.sh |
|
|
|
updatedir = $(kde_datadir)/kconf_update
|
|
|