aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-08-13 23:57:29 (GMT)
committerfluxgen <fluxgen>2002-08-13 23:57:29 (GMT)
commitbfbbac747848e3f31c12b9fe73712110d7ec4fdc (patch)
tree71cf0d229978928c676c0032f122dc527b015b1a /src/Makefile.am
parent8cc792e5342b12e657ce1014309f01b7ee5e678a (diff)
downloadfluxbox-bfbbac747848e3f31c12b9fe73712110d7ec4fdc.zip
fluxbox-bfbbac747848e3f31c12b9fe73712110d7ec4fdc.tar.bz2
added SignalHandler
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 e04a070..a068245 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,6 +49,6 @@ 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 52 FbAtoms.hh FbAtoms.cc Color.hh Texture.hh SignalHandler.hh SignalHandler.cc
53MAINTAINERCLEANFILES= Makefile.in 53MAINTAINERCLEANFILES= Makefile.in
54 54