diff options
author | Henrik Kinnunen <fluxgen@fluxbox.org> | 2010-03-17 15:35:07 (GMT) |
---|---|---|
committer | Henrik Kinnunen <fluxgen@fluxbox.org> | 2010-03-17 15:35:07 (GMT) |
commit | ce0b41c8472135898a553d6d649d852beb80cffb (patch) | |
tree | 8cca2f6d8795c19c86ab70fa22e9c724e5f4453b /src/Makefile.am | |
parent | 7a86dad21b1d50b35857496c165e4e85cc0d2bd3 (diff) | |
download | fluxbox-ce0b41c8472135898a553d6d649d852beb80cffb.zip fluxbox-ce0b41c8472135898a553d6d649d852beb80cffb.tar.bz2 |
Changed #ifdef DEBUG ... cerr << to using fbdbg.
This will reduce the number of #ifdef DEBUG for
simple debug messages.
include "Debug.hh" and use fbdbg instead of cerr for debug.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4eb3866..3fcadea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -152,6 +152,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
152 | Focusable.hh FocusableList.hh FocusableList.cc FocusableTheme.hh \ | 152 | Focusable.hh FocusableList.hh FocusableList.cc FocusableTheme.hh \ |
153 | WindowMenuAccessor.hh \ | 153 | WindowMenuAccessor.hh \ |
154 | RectangleUtil.hh \ | 154 | RectangleUtil.hh \ |
155 | Debug.hh \ | ||
155 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ | 156 | ${newwmspec_SOURCE} ${gnome_SOURCE} \ |
156 | ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} | 157 | ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} |
157 | 158 | ||