From c6c832547283d729fa880c0f2f12ca861b8f0b0e Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 17 Apr 2002 22:15:06 +0000 Subject: [PATCH] 2002-04-18 Michael Meeks * libspi/Makefile.am: fix stateset install. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@279 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- ChangeLog | 4 ++++ libspi/Makefile.am | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e4f8bb2..90a8809 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-04-18 Michael Meeks + + * libspi/Makefile.am: fix stateset install. + 2002-04-17 Bill Haneman * NEWS: diff --git a/libspi/Makefile.am b/libspi/Makefile.am index 0e2712c..64b2058 100644 --- a/libspi/Makefile.am +++ b/libspi/Makefile.am @@ -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 \ -- 2.7.4