autotools: Ensure Needed Sources Are Distributed
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 13 Mar 2014 02:43:45 +0000 (10:43 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 13 Mar 2014 11:08:29 +0000 (19:08 +0800)
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
tests/Makefile.am

index 7417fd3..c049470 100644 (file)
@@ -45,6 +45,7 @@ atk_sources =         \
        atkobject.c             \
        atkobjectfactory.c      \
        atkplug.c               \
+       atkprivate.h            \
        atkprivate.c            \
        atkrange.c              \
        atkregistry.c           \
index 2f50a32..c7ebc73 100644 (file)
@@ -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