aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorsimonb <simonb>2006-05-17 07:23:41 (GMT)
committersimonb <simonb>2006-05-17 07:23:41 (GMT)
commit22060cac47ec81c0161e52e33af8e4385c6cd794 (patch)
tree9096f6660f084dd7a5a4fe9a47c47636c92776de /src/Makefile.am
parentdec297878b449ceac3af250d8da77a8c25a187d2 (diff)
downloadfluxbox-22060cac47ec81c0161e52e33af8e4385c6cd794.zip
fluxbox-22060cac47ec81c0161e52e33af8e4385c6cd794.tar.bz2
typo of STLutil.hh
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b9c19f4..0521809 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -137,7 +137,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.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 \ 139 AttentionNoticeHandler.hh AttentionNoticeHandler.cc \
140 STLUtil.h \ 140 STLUtil.hh \
141 ${newwmspec_SOURCE} ${gnome_SOURCE} \ 141 ${newwmspec_SOURCE} ${gnome_SOURCE} \
142 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE} 142 ${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}
143 143