diff options
author | fluxgen <fluxgen> | 2002-09-14 23:24:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-09-14 23:24:24 (GMT) |
commit | ecf59f0372efa662d0a026c231609537e6e00891 (patch) | |
tree | da43a5bfca2205fff27dfac1d6f4e971d1a94fce /src | |
parent | 49c4c3abc9315514da075f55926c35b9c0514970 (diff) | |
download | fluxbox-ecf59f0372efa662d0a026c231609537e6e00891.zip fluxbox-ecf59f0372efa662d0a026c231609537e6e00891.tar.bz2 |
Texture.cc
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0e1e36d..fac6918 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -49,7 +49,8 @@ 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 Color.cc Texture.hh SignalHandler.hh SignalHandler.cc \ | 52 | FbAtoms.hh FbAtoms.cc Color.hh Color.cc Texture.hh Texture.cc \ |
53 | SignalHandler.hh SignalHandler.cc \ | ||
53 | EventHandler.hh AtomHandler.hh Gnome.hh Gnome.cc \ | 54 | EventHandler.hh AtomHandler.hh Gnome.hh Gnome.cc \ |
54 | Observer.hh Observer.cc Subject.hh Subject.cc | 55 | Observer.hh Observer.cc Subject.hh Subject.cc |
55 | MAINTAINERCLEANFILES= Makefile.in | 56 | MAINTAINERCLEANFILES= Makefile.in |