diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-05-19 09:09:37 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-16 23:16:49 (GMT) |
commit | 9ffa39982ed0b9e614b7d32b03492f58ef782558 (patch) | |
tree | 4720a48839f1c8003c332f77f1353465ddc52c1f /src/FbTk/Makefile.am | |
parent | aaa99339bf9b9b23e6f17026593bcad7eefa1c66 (diff) | |
download | fluxbox_pavel-9ffa39982ed0b9e614b7d32b03492f58ef782558.zip fluxbox_pavel-9ffa39982ed0b9e614b7d32b03492f58ef782558.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 3902552..e4101e3 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -69,6 +69,7 @@ libFbTk_a_SOURCES = App.hh App.cc \ | |||
69 | Slot.hh Signal.hh MemFun.hh SelectArg.hh \ | 69 | Slot.hh Signal.hh MemFun.hh SelectArg.hh \ |
70 | Util.hh \ | 70 | Util.hh \ |
71 | RelCalcHelper.hh RelCalcHelper.cc \ | 71 | RelCalcHelper.hh RelCalcHelper.cc \ |
72 | Luamm.cc Luamm.hh \ | ||
72 | ${xpm_SOURCE} \ | 73 | ${xpm_SOURCE} \ |
73 | ${xft_SOURCE} \ | 74 | ${xft_SOURCE} \ |
74 | ${xmb_SOURCE} \ | 75 | ${xmb_SOURCE} \ |