From 9379a48e22f47d3103ddebed2354d28263c7f74b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 29 Aug 2011 20:31:56 -0400 Subject: [PATCH] Add headers to treemodel test sources ...otherwise they don't make it into the release tarballs. https://bugzilla.gnome.org/show_bug.cgi?id=657653 --- gtk/tests/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gtk/tests/Makefile.am b/gtk/tests/Makefile.am index 5486155670..4b2d3440ef 100644 --- a/gtk/tests/Makefile.am +++ b/gtk/tests/Makefile.am @@ -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