diff options
author | fluxgen <fluxgen> | 2006-10-16 19:41:57 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-10-16 19:41:57 (GMT) |
commit | 857e96049b0b0b795ac5cb17ea19d972c9aa9de9 (patch) | |
tree | 9e77a41293e79c9ab2394e3a0d4bfd3300f6c903 | |
parent | 1928de1f3cf167eb57aedaefc530bc46b4a6b6ab (diff) | |
download | fluxbox-857e96049b0b0b795ac5cb17ea19d972c9aa9de9.zip fluxbox-857e96049b0b0b795ac5cb17ea19d972c9aa9de9.tar.bz2 |
added CachedPixmap
-rw-r--r-- | src/FbTk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 527aa5b..5662370 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -52,6 +52,7 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
52 | MenuIcon.hh MenuIcon.cc \ | 52 | MenuIcon.hh MenuIcon.cc \ |
53 | stringstream.hh \ | 53 | stringstream.hh \ |
54 | Select2nd.hh \ | 54 | Select2nd.hh \ |
55 | CachedPixmap.hh CachedPixmap.cc \ | ||
55 | ${xpm_SOURCE} \ | 56 | ${xpm_SOURCE} \ |
56 | ${xft_SOURCE} \ | 57 | ${xft_SOURCE} \ |
57 | ${xmb_SOURCE} \ | 58 | ${xmb_SOURCE} \ |