Add missing files to the tests SOURCES
authorClaudio Saavedra <csaavedra@igalia.com>
Wed, 29 Apr 2009 13:02:01 +0000 (16:02 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Wed, 29 Apr 2009 16:42:07 +0000 (19:42 +0300)
* tests/Makefile.am: Add missing test_suites.h and check_utils.h
to the SOURCES.

ChangeLog
tests/Makefile.am

index 8b46912..923f083 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
 
+       * tests/Makefile.am: Add missing test_suites.h and check_utils.h
+       to the SOURCES.
+
+2009-04-29  Claudio Saavedra  <csaavedra@igalia.com>
+
        * src/hildon-note.c (hildon_note_new_confirmation_with_icon_name),
        (hildon_note_new_information_with_icon_name): Set the "icon" property
        to preserve soundness.
index e04d4d3..b40d8a2 100644 (file)
@@ -41,6 +41,9 @@ check_test_SOURCES                    = $(tests)                              \
                                          $(DEPRECATED_TESTS)
 endif
 
+check_test_SOURCES                    += test_suites.h                         \
+                                         check_utils.h
+
 check_test_LDADD                       = $(HILDON_OBJ_LIBS)
 check_test_LDFLAGS                     = -module -avoid-version
 check_test_CFLAGS                      = $(HILDON_OBJ_CFLAGS)                  \