diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 18:14:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-06 18:14:11 +0000 |
commit | 33937e2513ba4b7a3d3be9aed6c929d9b0d2eb2c (patch) | |
tree | 0309c1faaed97fe7d7ff31c58efbfc8afab97276 | |
parent | d201c32d275c43583155ce843aa737ac57321671 (diff) | |
download | tdebase-33937e2513ba4b7a3d3be9aed6c929d9b0d2eb2c.tar.gz tdebase-33937e2513ba4b7a3d3be9aed6c929d9b0d2eb2c.zip |
Fix a couple of weird crashes (no idea why the changed option would cause them in the first place)
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1172215 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kdesktop/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kdesktop/Makefile.am b/kdesktop/Makefile.am index 5035fe77f..fecd9e9c4 100644 --- a/kdesktop/Makefile.am +++ b/kdesktop/Makefile.am @@ -6,8 +6,6 @@ kdesktop_la_LIBADD = libkdesktopsettings.la $(top_builddir)/libkonq/libkonq.la SUBDIRS = . lock pics patterns programs init kwebdesktop -KDE_OPTIONS = nofinal - ####### Files bin_PROGRAMS = kcheckrunning |