diff options
author | fluxgen <fluxgen> | 2003-04-26 15:22:51 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-26 15:22:51 (GMT) |
commit | f1624c901f1d50dd30a427086853d379088caac4 (patch) | |
tree | 74d4210b5876b1bf971613362ed23080dce83583 /src/Makefile.am | |
parent | d3daeff47ade0fcd8f4768f5a15fae4012ec9ea8 (diff) | |
download | fluxbox-f1624c901f1d50dd30a427086853d379088caac4.zip fluxbox-f1624c901f1d50dd30a427086853d379088caac4.tar.bz2 |
removed DrawUtil
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 38d5b48..a701e76 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -50,7 +50,7 @@ endif | |||
50 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | 50 | fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ |
51 | BaseDisplay.cc BaseDisplay.hh \ | 51 | BaseDisplay.cc BaseDisplay.hh \ |
52 | BoolMenuItem.hh \ | 52 | BoolMenuItem.hh \ |
53 | DirHelper.hh DirHelper.cc DrawUtil.cc DrawUtil.hh ${newwmspec_SOURCE} \ | 53 | DirHelper.hh DirHelper.cc ${newwmspec_SOURCE} \ |
54 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ | 54 | FbAtoms.hh FbAtoms.cc FbWinFrame.hh FbWinFrame.cc \ |
55 | FbWinFrameTheme.hh FbWinFrameTheme.cc \ | 55 | FbWinFrameTheme.hh FbWinFrameTheme.cc \ |
56 | fluxbox.cc fluxbox.hh ${gnome_SOURCE} \ | 56 | fluxbox.cc fluxbox.hh ${gnome_SOURCE} \ |