summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-03-13 10:43:45 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-03-13 19:08:29 +0800
commitb2f76883d390de6ab0ef5de678457dc4080bc35d (patch)
tree435a51655e40346ea1c479791da28f0f49ab39a9
parenta52cf89c6d3f7f739fee49e3ea327cde5037d12c (diff)
downloadatk-b2f76883d390de6ab0ef5de678457dc4080bc35d.tar.gz
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
-rw-r--r--atk/Makefile.am1
-rw-r--r--tests/Makefile.am2
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