[gtk+] Need to include Makefile.decl in the new Makefile.am files
- From: Tor Lillqvist <tml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Need to include Makefile.decl in the new Makefile.am files
- Date: Mon, 12 Apr 2010 20:49:01 +0000 (UTC)
commit d5585745f1cb07aa0e174326ed22fa2575983a38
Author: Tor Lillqvist <tml iki fi>
Date: Mon Apr 12 23:47:52 2010 +0300
Need to include Makefile.decl in the new Makefile.am files
Otherwise make check breaks.
build/Makefile.am | 2 ++
build/win32/Makefile.am | 2 ++
build/win32/vs9/Makefile.am | 2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/build/Makefile.am b/build/Makefile.am
index 18adc92..b6b8e09 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 1b0e259..14e08c0 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 7973547..2a42a88 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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]