diff options
author | fluxgen <fluxgen> | 2003-04-29 08:50:29 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-29 08:50:29 (GMT) |
commit | e76c16bc159274fc8022e9ee2fe7fa383abfe137 (patch) | |
tree | ee2be8f970097ce92ceaa7f779d56946c0a832ea | |
parent | a6f052984261655b1ebe7f82bd1cbbff1449d2cd (diff) | |
download | fluxbox-e76c16bc159274fc8022e9ee2fe7fa383abfe137.zip fluxbox-e76c16bc159274fc8022e9ee2fe7fa383abfe137.tar.bz2 |
added FbDrawable
-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 18e394a..4d8318b 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -26,5 +26,6 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
26 | Subject.hh Subject.cc Observer.hh Observer.cc \ | 26 | Subject.hh Subject.cc Observer.hh Observer.cc \ |
27 | Transparent.hh Transparent.cc \ | 27 | Transparent.hh Transparent.cc \ |
28 | FbPixmap.hh FbPixmap.cc \ | 28 | FbPixmap.hh FbPixmap.cc \ |
29 | FbDrawable.hh FbDrawable.cc \ | ||
29 | ${xft_SOURCE} \ | 30 | ${xft_SOURCE} \ |
30 | ${xmb_SOURCE} | 31 | ${xmb_SOURCE} |