aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a068245..89956b6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,6 +49,7 @@ fluxbox_SOURCES= BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh \
49 IconBar.cc IconBar.hh Theme.hh Theme.cc \ 49 IconBar.cc IconBar.hh Theme.hh Theme.cc \
50 StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h \ 50 StringUtil.cc StringUtil.hh DrawUtil.cc DrawUtil.hh nl_types_cygnus.h \
51 XrmDatabaseHelper.hh NotCopyable.hh Resource.hh Resource.cc Font.hh Font.cc \ 51 XrmDatabaseHelper.hh NotCopyable.hh Resource.hh Resource.cc Font.hh Font.cc \
52 FbAtoms.hh FbAtoms.cc Color.hh Texture.hh SignalHandler.hh SignalHandler.cc 52 FbAtoms.hh FbAtoms.cc Color.hh Texture.hh SignalHandler.hh SignalHandler.cc \
53 EventHandler.hh
53MAINTAINERCLEANFILES= Makefile.in 54MAINTAINERCLEANFILES= Makefile.in
54 55