diff options
author | fluxgen <fluxgen> | 2003-08-27 13:54:30 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-27 13:54:30 (GMT) |
commit | f81055e4af3d73947734727b331ad84850b47100 (patch) | |
tree | 65888a1ba3418e943f57176e6e72fb98a270e01a /src/FbTk | |
parent | d4931615fe08bc376b6873a2c002336eb62768ba (diff) | |
download | fluxbox_pavel-f81055e4af3d73947734727b331ad84850b47100.zip fluxbox_pavel-f81055e4af3d73947734727b331ad84850b47100.tar.bz2 |
added GContext
Diffstat (limited to 'src/FbTk')
-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 5a935b7..2817a27 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -38,6 +38,7 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
38 | PixmapWithMask.hh \ | 38 | PixmapWithMask.hh \ |
39 | Compose.hh \ | 39 | Compose.hh \ |
40 | TextBox.hh TextBox.cc \ | 40 | TextBox.hh TextBox.cc \ |
41 | GContext.hh GContext.cc \ | ||
41 | ${xpm_SOURCE} \ | 42 | ${xpm_SOURCE} \ |
42 | ${xft_SOURCE} \ | 43 | ${xft_SOURCE} \ |
43 | ${xmb_SOURCE} | 44 | ${xmb_SOURCE} |