Fixed Makefiles to support running make test
authorMikael Hallendal <micke@imendio.com>
Sat, 07 Jun 2008 11:21:42 +0200
changeset 398 d81f80894575
parent 397 5e2ad0e0704a
child 399 b5ebdc9d8152
Fixed Makefiles to support running make test
docs/reference/Makefile.am
docs/reference/loudmouth-undeclared.txt
docs/reference/tmpl/lm-utils.sgml
docs/reference/tmpl/loudmouth-unused.sgml
tests/Makefile.am
--- a/docs/reference/Makefile.am	Sat Jun 07 11:06:53 2008 +0200
+++ b/docs/reference/Makefile.am	Sat Jun 07 11:21:42 2008 +0200
@@ -1,3 +1,5 @@
+include $(top_srcdir)/Makefile.decl
+
 ## Process this file with automake to produce Makefile.in
 
 # We require automake 1.6 at least.
@@ -47,7 +49,7 @@
 
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=base64.h md5.h lm-internals.h lm-sha.h lm-parser.h lm-sock.h lm-socket.h lm-message-queue.h lm-ssl-base.h lm-ssl-internals.h loudmouth.h lm-sasl.h lm-misc.h
+IGNORE_HFILES=asyncns.h base64.h md5.h lm-internals.h lm-sha.h lm-parser.h lm-sock.h lm-socket.h lm-message-queue.h lm-ssl-base.h lm-ssl-internals.h loudmouth.h lm-sasl.h lm-misc.h
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
--- a/docs/reference/tmpl/lm-utils.sgml	Sat Jun 07 11:06:53 2008 +0200
+++ b/docs/reference/tmpl/lm-utils.sgml	Sat Jun 07 11:21:42 2008 +0200
@@ -17,3 +17,12 @@
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### FUNCTION lm_utils_get_localtime ##### -->
+<para>
+
+</para>
+
+@stamp: 
+@Returns: 
+
+
--- a/docs/reference/tmpl/loudmouth-unused.sgml	Sat Jun 07 11:06:53 2008 +0200
+++ b/docs/reference/tmpl/loudmouth-unused.sgml	Sat Jun 07 11:21:42 2008 +0200
@@ -91,11 +91,3 @@
 
 @message_node: 
 
-<!-- ##### FUNCTION lm_utils_get_localtime ##### -->
-<para>
-
-</para>
-
-@stamp: 
-@Returns: 
-
--- a/tests/Makefile.am	Sat Jun 07 11:06:53 2008 +0200
+++ b/tests/Makefile.am	Sat Jun 07 11:21:42 2008 +0200
@@ -1,3 +1,5 @@
+include $(top_srcdir)/Makefile.decl
+
 SUBDIRS = parser-tests
 
 noinst_PROGRAMS = $(TEST_PROGS)