diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-16 10:37:30 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-16 10:37:30 -0300 |
commit | aba09fd14b3f8a4a665d4f045e1b666803a90321 (patch) | |
tree | e3a8502ea6e7fdec50b9f80ab7716698ac0bc647 /lout/Makefile.am | |
parent | 8175675595e0fb05341b181dc00a59cd83659537 (diff) |
Added lout/msg.h and normalized debug messages to use it.
Diffstat (limited to 'lout/Makefile.am')
-rw-r--r-- | lout/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lout/Makefile.am b/lout/Makefile.am index 18e00cf2..5a246708 100644 --- a/lout/Makefile.am +++ b/lout/Makefile.am @@ -11,4 +11,5 @@ liblout_a_SOURCES = \ object.cc \ object.hh \ signal.cc \ - signal.hh + signal.hh \ + msg.h |