Need to include Makefile.decl in the new Makefile.am files

Otherwise make check breaks.
This commit is contained in:
Tor Lillqvist 2010-04-12 23:47:52 +03:00
parent 5bcf3ba72a
commit d5585745f1
3 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,4 @@
include $(top_srcdir)/Makefile.decl
SUBDIRS = \
win32

View File

@ -1,2 +1,4 @@
include $(top_srcdir)/Makefile.decl
SUBDIRS = \
vs9

View File

@ -1,3 +1,5 @@
include $(top_srcdir)/Makefile.decl
EXTRA_DIST = \
README.txt \
gtk+.sln \