diff options
author | Tor Lillqvist <tml@iki.fi> | 2010-04-12 23:47:52 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2010-04-12 23:47:52 +0300 |
commit | d5585745f1cb07aa0e174326ed22fa2575983a38 (patch) | |
tree | 14e355f1241d99717510acd7c7d1a04f42fa5102 | |
parent | 5bcf3ba72a7d54625b3996cefb05dba0aae6da42 (diff) | |
download | gtk+-d5585745f1cb07aa0e174326ed22fa2575983a38.tar.gz |
Need to include Makefile.decl in the new Makefile.am files
Otherwise make check breaks.
-rw-r--r-- | build/Makefile.am | 2 | ||||
-rw-r--r-- | build/win32/Makefile.am | 2 | ||||
-rw-r--r-- | build/win32/vs9/Makefile.am | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/build/Makefile.am b/build/Makefile.am index 18adc923a8..b6b8e094c0 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -1,2 +1,4 @@ +include $(top_srcdir)/Makefile.decl + SUBDIRS = \ win32 diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am index 1b0e25918f..14e08c059e 100644 --- a/build/win32/Makefile.am +++ b/build/win32/Makefile.am @@ -1,2 +1,4 @@ +include $(top_srcdir)/Makefile.decl + SUBDIRS = \ vs9 diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am index 7973547ff7..2a42a88edf 100644 --- a/build/win32/vs9/Makefile.am +++ b/build/win32/vs9/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/Makefile.decl + EXTRA_DIST = \ README.txt \ gtk+.sln \ |