aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 890c06c..b9c19f4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -136,6 +136,8 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
136 ScreenPlacement.hh ScreenPlacement.cc \ 136 ScreenPlacement.hh ScreenPlacement.cc \
137 UnderMousePlacement.hh UnderMousePlacement.cc \ 137 UnderMousePlacement.hh UnderMousePlacement.cc \
138 WinClientUtil.hh WinClientUtil.cc \ 138 WinClientUtil.hh WinClientUtil.cc \
139 AttentionNoticeHandler.hh AttentionNoticeHandler.cc \
140 STLUtil.h \
139 ${newwmspec_SOURCE} ${gnome_SOURCE} \ 141 ${newwmspec_SOURCE} ${gnome_SOURCE} \
140 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} 142 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}
141 143