diff options
author | fluxgen <fluxgen> | 2004-02-27 12:11:40 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-02-27 12:11:40 (GMT) |
commit | ee537685bef13844ec447ff27c945353ed89b768 (patch) | |
tree | c8943a69067e1561fb7040df280bd63e9f2f5ed8 /src | |
parent | 217e4a0ee0d15ab823d7351512c8a9e7563d10ad (diff) | |
download | fluxbox-ee537685bef13844ec447ff27c945353ed89b768.zip fluxbox-ee537685bef13844ec447ff27c945353ed89b768.tar.bz2 |
added CompareEqual
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index aeaefd7..3f8b8f2 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -39,7 +39,7 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
39 | XrmDatabaseHelper.hh \ | 39 | XrmDatabaseHelper.hh \ |
40 | Image.hh Image.cc \ | 40 | Image.hh Image.cc \ |
41 | PixmapWithMask.hh \ | 41 | PixmapWithMask.hh \ |
42 | Compose.hh \ | 42 | Compose.hh CompareEqual.hh \ |
43 | TextBox.hh TextBox.cc \ | 43 | TextBox.hh TextBox.cc \ |
44 | GContext.hh GContext.cc \ | 44 | GContext.hh GContext.cc \ |
45 | KeyUtil.hh KeyUtil.cc \ | 45 | KeyUtil.hh KeyUtil.cc \ |