aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-18 01:26:41 (GMT)
committerfluxgen <fluxgen>2002-01-18 01:26:41 (GMT)
commitcf74b88d96c571d3a725a24cd7ef36e5ee200d3a (patch)
treea17594cfbdbe88256c59a21e697e27c0450dfc52 /src/Makefile.am
parente0f3b3cafff6bb41baa01a5fdfa2a6523af58460 (diff)
downloadfluxbox-cf74b88d96c571d3a725a24cd7ef36e5ee200d3a.zip
fluxbox-cf74b88d96c571d3a725a24cd7ef36e5ee200d3a.tar.bz2
update
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 52e69e4..46458b9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,7 +50,8 @@ fluxbox_SOURCES= BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh \
50 fluxbox.cc fluxbox.hh \ 50 fluxbox.cc fluxbox.hh \
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 \ 52 IconBar.cc IconBar.hh Theme.hh Theme.cc \
53 StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h 53 StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h \
54 54 XrmDatabaseHelper.hh NotCopyable.hh Resource.hh Resource.cc
55
55MAINTAINERCLEANFILES= Makefile.in 56MAINTAINERCLEANFILES= Makefile.in
56 57