diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5f9bbf0090..d704321417 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,5 @@ ## Makefile.am for gtk+/tests +include $(top_srcdir)/Makefile.decl INCLUDES = \ -I$(top_srcdir) \ @@ -317,7 +318,7 @@ testrecentchoosermenu_SOURCES = \ testvolumebutton_SOURCES = \ testvolumebutton.c -EXTRA_DIST = \ +EXTRA_DIST += \ prop-editor.h \ testgtk.1 \ testgtkrc \ |