summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-05 03:33:00 +0000
committerDana Jansens <danakj@orodu.net>2007-03-05 03:33:00 +0000
commite6fba914766dc9d41c6da88a9f8803567e2078c4 (patch)
treeb17693c94b8c8451982c992e9c33d67588923e4e /Makefile.am
parent5697404dd62cf492cd3c780cfedc7ddc5b995b8c (diff)
kde systray applications no longer need the tray proxy, so let's remove it from svn
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index 33e799f4..be621a07 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,6 @@ lib_LTLIBRARIES = \
bin_PROGRAMS = \
openbox/openbox \
- tools/kdetrayproxy/kdetrayproxy \
tools/themetoxml/themetoxml \
tools/gnome-panel-control/gnome-panel-control
@@ -203,16 +202,6 @@ openbox_openbox_SOURCES = \
openbox/xerror.h
-## kdetrayproxy ##
-
-tools_kdetrayproxy_kdetrayproxy_CPPFLAGS = \
- $(X_CFLAGS)
-tools_kdetrayproxy_kdetrayproxy_LDADD = \
- $(X_LIBS)
-tools_kdetrayproxy_kdetrayproxy_SOURCES = \
- tools/kdetrayproxy/kdetrayproxy.c
-
-
## themetoxml ##
tools_themetoxml_themetoxml_CPPFLAGS = \