aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-27 13:54:30 (GMT)
committerfluxgen <fluxgen>2003-08-27 13:54:30 (GMT)
commitf81055e4af3d73947734727b331ad84850b47100 (patch)
tree65888a1ba3418e943f57176e6e72fb98a270e01a
parentd4931615fe08bc376b6873a2c002336eb62768ba (diff)
downloadfluxbox-f81055e4af3d73947734727b331ad84850b47100.zip
fluxbox-f81055e4af3d73947734727b331ad84850b47100.tar.bz2
added GContext
-rw-r--r--src/FbTk/Makefile.am1
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}