forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
8009a7f0b1
commit
9379a48e22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user