diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-08-14 05:52:39 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-08-14 05:52:39 (GMT) |
commit | e169d33552c8e7070aa6e13da0187f2013b4cfc3 (patch) | |
tree | ae9e92c7e885791c7f47645184070cbcd441ab94 /src/FbTk/Makefile.am | |
parent | c82e7c0080f8a5c14dcf95ec92dc42f59ea9dd8b (diff) | |
parent | 91ca3bc5c8e2b892a9a81b18246f72aba7deebfd (diff) | |
download | fluxbox_lack-e169d33552c8e7070aa6e13da0187f2013b4cfc3.zip fluxbox_lack-e169d33552c8e7070aa6e13da0187f2013b4cfc3.tar.bz2 |
Merge branch 'master' into to_push
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 6fa874a..ad5a048 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -16,7 +16,7 @@ imlib2_SOURCE= ImageImlib2.hh ImageImlib2.cc | |||
16 | endif | 16 | endif |
17 | 17 | ||
18 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | 18 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ |
19 | ObjectRegistry.hh Accessor.hh DefaultValue.hh \ | 19 | Accessor.hh DefaultValue.hh \ |
20 | FileUtil.hh FileUtil.cc \ | 20 | FileUtil.hh FileUtil.cc \ |
21 | EventHandler.hh EventManager.hh EventManager.cc \ | 21 | EventHandler.hh EventManager.hh EventManager.cc \ |
22 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ | 22 | FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \ |
@@ -44,7 +44,8 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
44 | StringUtil.hh StringUtil.cc Parser.hh Parser.cc \ | 44 | StringUtil.hh StringUtil.cc Parser.hh Parser.cc \ |
45 | RegExp.hh RegExp.cc \ | 45 | RegExp.hh RegExp.cc \ |
46 | FbString.hh FbString.cc \ | 46 | FbString.hh FbString.cc \ |
47 | Subject.hh Subject.cc Observer.hh Observer.cc \ | 47 | Subject.hh Subject.cc Observer.hh Observer.cc SimpleObserver.hh \ |
48 | AutoReloadHelper.hh AutoReloadHelper.cc \ | ||
48 | Transparent.hh Transparent.cc \ | 49 | Transparent.hh Transparent.cc \ |
49 | FbPixmap.hh FbPixmap.cc \ | 50 | FbPixmap.hh FbPixmap.cc \ |
50 | FbDrawable.hh FbDrawable.cc \ | 51 | FbDrawable.hh FbDrawable.cc \ |