2002-04-18 Michael Meeks <michael@ximian.com>
authormichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 17 Apr 2002 22:15:06 +0000 (22:15 +0000)
committermichael <michael@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 17 Apr 2002 22:15:06 +0000 (22:15 +0000)
* libspi/Makefile.am: fix stateset install.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@279 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
libspi/Makefile.am

index e4f8bb2..90a8809 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-18  Michael Meeks  <michael@ximian.com>
+
+       * libspi/Makefile.am: fix stateset install.
+
 2002-04-17  Bill Haneman <bill.haneman@sun.com>
 
        * NEWS:
index 0e2712c..64b2058 100644 (file)
@@ -31,6 +31,7 @@ libspiinclude_HEADERS =               \
        relation.h              \
        remoteobject.h          \
        selection.h             \
+       stateset.h              \
        table.h                 \
        text.h                  \
        value.h
@@ -78,9 +79,8 @@ libspi_la_SOURCES =           \
        remoteobject.c          \
        selection.c             \
        spi-private.h           \
-       stateset.c\
-       stateset.h\
-table.c                        \
+       stateset.c              \
+       table.c                 \
        text.c                  \
        util.c                  \
        value.c                 \