aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-03-18 15:23:36 (GMT)
committerfluxgen <fluxgen>2002-03-18 15:23:36 (GMT)
commit0e0f5800e1cb21cf79bc85579b05dbc7d2fe9a93 (patch)
treee434dad04f3042cfccc4c57d2c3e4370e88c0274 /src/Makefile.am
parent1e761e6b71e5ebb530633fce2a4cb0293e453fce (diff)
downloadfluxbox-0e0f5800e1cb21cf79bc85579b05dbc7d2fe9a93.zip
fluxbox-0e0f5800e1cb21cf79bc85579b05dbc7d2fe9a93.tar.bz2
Added FbAtoms.hh FbAtoms.cc
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 46458b9..0d71fa3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,7 +51,7 @@ fluxbox_SOURCES= BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.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 XrmDatabaseHelper.hh NotCopyable.hh Resource.hh Resource.cc 54 XrmDatabaseHelper.hh NotCopyable.hh Resource.hh Resource.cc \
55 55 FbAtoms.hh FbAtoms.cc
56MAINTAINERCLEANFILES= Makefile.in 56MAINTAINERCLEANFILES= Makefile.in
57 57