]> Pileus Git - ~andy/gtk/commitdiff
Add headers to treemodel test sources
authorMatthias Clasen <mclasen@redhat.com>
Tue, 30 Aug 2011 00:31:56 +0000 (20:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 30 Aug 2011 00:34:46 +0000 (20:34 -0400)
...otherwise they don't make it into the release tarballs.

https://bugzilla.gnome.org/show_bug.cgi?id=657653

gtk/tests/Makefile.am

index 5486155670a6787c5f5cef70e4b5054e0ca23e05..4b2d3440efe61775c48664bf0ec2ea1c8b552419 100644 (file)
@@ -28,7 +28,16 @@ testing_SOURCES                       = testing.c
 testing_LDADD                   = $(progs_ldadd)
 
 TEST_PROGS                     += treemodel
-treemodel_SOURCES               = treemodel.c liststore.c treestore.c filtermodel.c sortmodel.c modelrefcount.c gtktreemodelrefcount.c
+treemodel_SOURCES               = \
+                               treemodel.h \
+                               treemodel.c \
+                               liststore.c \
+                               treestore.c \
+                               filtermodel.c \
+                               sortmodel.c \
+                               modelrefcount.c \
+                               gtktreemodelrefcount.h \
+                               gtktreemodelrefcount.c
 treemodel_LDADD                         = $(progs_ldadd)
 
 TEST_PROGS                     += treeview