[atk] autotools: Ensure Needed Sources Are Distributed
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk] autotools: Ensure Needed Sources Are Distributed
- Date: Thu, 13 Mar 2014 11:09:07 +0000 (UTC)
commit b2f76883d390de6ab0ef5de678457dc4080bc35d
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Thu Mar 13 10:43:45 2014 +0800
autotools: Ensure Needed Sources Are Distributed
atk/atkprivate.h and tests/teststateset.c were missed from the source
distribution, so make up for them to fix the build.
https://bugzilla.gnome.org/show_bug.cgi?id=726216
atk/Makefile.am | 1 +
tests/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/atk/Makefile.am b/atk/Makefile.am
index 7417fd3..c049470 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -45,6 +45,7 @@ atk_sources = \
atkobject.c \
atkobjectfactory.c \
atkplug.c \
+ atkprivate.h \
atkprivate.c \
atkrange.c \
atkregistry.c \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2f50a32..c7ebc73 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,7 +24,7 @@ testdocument_SOURCES = testdocument.c
testrole_SOURCES = testrole.c
testrelation_SOURCES = testrelation.c
teststateset_SOURCES = teststateset.c
-teststateset_SOURCES = testvalue.c
+testvalue_SOURCES = testvalue.c
testatk_vc.mak: testatk_vc.makin $(top_srcdir)/build/atk_msvc_files.py $(top_srcdir)/build/msvcfiles.py
$(PYTHON) $(top_srcdir)/build/atk_msvc_files.py -t nmake-exe
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]