aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-10-17 15:07:00 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-10-17 15:07:00 (GMT)
commita2558a2b14054058342d9946deefd7c72dc2d887 (patch)
treeb2ef11d800f0a350c8c5b25209713eb7e3dba81b /src/Makefile.am
parentdc6c9c4e9b4d2976563634d84fa0ea0aa8a01f6d (diff)
downloadfluxbox-a2558a2b14054058342d9946deefd7c72dc2d887.zip
fluxbox-a2558a2b14054058342d9946deefd7c72dc2d887.tar.bz2
removed obsolete handler for the gnome-window manager hints
nowadays every app should use the extended window manager hints exclusively.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cfb249a..8c204db 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -85,9 +85,6 @@ fluxbox.$(OBJEXT): defaults.hh
85if NEWWMSPEC 85if NEWWMSPEC
86newwmspec_SOURCE= Ewmh.hh Ewmh.cc 86newwmspec_SOURCE= Ewmh.hh Ewmh.cc
87endif 87endif
88if GNOME
89gnome_SOURCE= Gnome.hh Gnome.cc
90endif
91if REMEMBER_SRC 88if REMEMBER_SRC
92REMEMBER_SOURCE= Remember.hh Remember.cc 89REMEMBER_SOURCE= Remember.hh Remember.cc
93endif 90endif
@@ -158,7 +155,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
158 WindowMenuAccessor.hh \ 155 WindowMenuAccessor.hh \
159 RectangleUtil.hh \ 156 RectangleUtil.hh \
160 Debug.hh \ 157 Debug.hh \
161 ${newwmspec_SOURCE} ${gnome_SOURCE} \ 158 ${newwmspec_SOURCE} \
162 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} 159 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}
163 160
164 161