diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /kwin/data/Makefile.am | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin/data/Makefile.am')
-rw-r--r-- | kwin/data/Makefile.am | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kwin/data/Makefile.am b/kwin/data/Makefile.am new file mode 100644 index 000000000..abdc244f2 --- /dev/null +++ b/kwin/data/Makefile.am @@ -0,0 +1,25 @@ +kconf_PROGRAMS = kwin_update_window_settings kwin_update_default_rules +kconfdir = $(libdir)/kconf_update_bin + +kwin_update_window_settings_SOURCES = update_window_settings.cpp +kwin_update_window_settings_LDADD = $(LIB_KDECORE) $(KDE_RPATH) +kwin_update_window_settings_LDFLAGS = $(all_libraries) + +kwin_update_default_rules_SOURCES = update_default_rules.cpp +kwin_update_default_rules_LDADD = $(LIB_KDECORE) $(KDE_RPATH) +kwin_update_default_rules_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 kwin_fsp_workarounds_1.upd +update_SCRIPTS = pluginlibFix.pl kwin3_plugin.pl kwin_focus1.sh kwin_focus2.sh +updatedir = $(kde_datadir)/kconf_update + +kwin_default_rules_DATA = fsp_workarounds_1.kwinrules +kwin_default_rulesdir = $(kde_datadir)/kwin/default_rules |