aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-14 19:46:36 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2008-09-14 19:46:36 (GMT)
commita4feddcbd63a4eca37ea3c1641daee25ed9a4c28 (patch)
tree936309faad0fe6cf625c6a7d3172464723a6e692 /src/Makefile.am
parent91408776f0b04dbc5a5da99f555b33f9abc5a905 (diff)
downloadfluxbox-a4feddcbd63a4eca37ea3c1641daee25ed9a4c28.zip
fluxbox-a4feddcbd63a4eca37ea3c1641daee25ed9a4c28.tar.bz2
added RectangleUtil.hh to build
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ce591d5..cfc06b3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -151,6 +151,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
151 IconbarTheme.hh IconbarTheme.cc \ 151 IconbarTheme.hh IconbarTheme.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 ${newwmspec_SOURCE} ${gnome_SOURCE} \ 155 ${newwmspec_SOURCE} ${gnome_SOURCE} \
155 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} 156 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}
156 157