diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-05-19 09:09:37 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-06-15 15:34:40 (GMT) |
commit | ed7d21b2982db3ef29b4d003fe021caed6691485 (patch) | |
tree | 58501fa651b5c60368cb74272fe486bf682255c3 /src/FbTk/Makefile.am | |
parent | 5fd30aa8f3ac1e36271e9c71d596d126b208fb7f (diff) | |
download | fluxbox_pavel-ed7d21b2982db3ef29b4d003fe021caed6691485.zip fluxbox_pavel-ed7d21b2982db3ef29b4d003fe021caed6691485.tar.bz2 |
C++ binding for lua
copied from conky (http://conky.sf.net) and relicensed. Since I am the person who wrote it in
the first place there should not be a problem with licence conversion.
Diffstat (limited to 'src/FbTk/Makefile.am')
-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 264e114..1f93e98 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -65,6 +65,7 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \ | |||
65 | CachedPixmap.hh CachedPixmap.cc \ | 65 | CachedPixmap.hh CachedPixmap.cc \ |
66 | Slot.hh Signal.hh MemFun.hh SelectArg.hh \ | 66 | Slot.hh Signal.hh MemFun.hh SelectArg.hh \ |
67 | Util.hh \ | 67 | Util.hh \ |
68 | Luamm.cc Luamm.hh \ | ||
68 | ${xpm_SOURCE} \ | 69 | ${xpm_SOURCE} \ |
69 | ${xft_SOURCE} \ | 70 | ${xft_SOURCE} \ |
70 | ${xmb_SOURCE} \ | 71 | ${xmb_SOURCE} \ |