diff options
| author | Colin Walters <walters@verbum.org> | 2005-06-13 15:34:14 +0000 | 
|---|---|---|
| committer | Colin Walters <walters@verbum.org> | 2005-06-13 15:34:14 +0000 | 
| commit | b539abf9ce1bdc5c55a15ec6670dfe176e2c55ba (patch) | |
| tree | f9bea412735d69cea49ebe2999d3206795afdb79 | |
| parent | a04c4738fe80980cac71cdd31a4c2450e530cb45 (diff) | |
2005-06-13  Colin Walters  <walters@verbum.org>
	* glib/Makefile.am: Fix thinko in last patch.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | glib/Makefile.am | 2 | 
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@  2005-06-13  Colin Walters  <walters@verbum.org> +	* glib/Makefile.am: Fix thinko in last patch. + +2005-06-13  Colin Walters  <walters@verbum.org> +  	* glib/Makefile.am: Move dbus-gtype-specialized.c  	and dbus-gtype-specialized.h into a _HEADERS variable,  	install them. diff --git a/glib/Makefile.am b/glib/Makefile.am index 89527415..ecd20d56 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -16,12 +16,12 @@ libdbus_glib_1_la_SOURCES = 			\  	dbus-gutils.c				\  	dbus-gutils.h				\  	dbus-gvalue.c				\ +	dbus-gtype-specialized.c	        \  	dbus-gvalue.h				\  	dbus-gvalue-utils.c			\  	dbus-gvalue-utils.h  libdbus_glib_HEADERS =                  \ -	dbus-gtype-specialized.c	\  	dbus-gtype-specialized.h  libdbus_glibdir = $(includedir)/dbus-1.0/dbus  | 
