aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-06 11:12:25 (GMT)
committerfluxgen <fluxgen>2002-01-06 11:12:25 (GMT)
commit90f684998e5b695fe7e075c70dbe4d282b21a92c (patch)
tree4f4fe3b77ff87152372130505e0c40a2a1057b04 /src/Makefile.am
parent68d83ecc98409b3de783b3f213951018fd258a54 (diff)
downloadfluxbox-90f684998e5b695fe7e075c70dbe4d282b21a92c.zip
fluxbox-90f684998e5b695fe7e075c70dbe4d282b21a92c.tar.bz2
removed misc.cc/.hh and added StringUtil.cc/.hh DrawUtil.cc/.hh
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4a0ada6..d2344c2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,7 +49,8 @@ fluxbox_SOURCES= BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh \
49 Workspace.cc Workspace.hh Workspacemenu.cc Workspacemenu.hh \ 49 Workspace.cc Workspace.hh Workspacemenu.cc Workspacemenu.hh \
50 fluxbox.cc fluxbox.hh bsd-snprintf.c bsd-snprintf.h \ 50 fluxbox.cc fluxbox.hh bsd-snprintf.c bsd-snprintf.h \
51 i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh\ 51 i18n.cc i18n.hh main.cc Tab.hh Tab.cc Keys.cc Keys.hh\
52 IconBar.cc IconBar.hh Theme.hh Theme.cc misc.hh misc.cc 52 IconBar.cc IconBar.hh Theme.hh Theme.cc \
53 StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh
53 54
54MAINTAINERCLEANFILES= Makefile.in 55MAINTAINERCLEANFILES= Makefile.in
55 56