summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2005-06-13 14:56:51 +0000
committerColin Walters <walters@verbum.org>2005-06-13 14:56:51 +0000
commita04c4738fe80980cac71cdd31a4c2450e530cb45 (patch)
treece3ab838666ee1948e59e22059efdd90ce8b9950
parentbeb9cd2eb219e04f9872c6a4dd743d5d1c36b4b1 (diff)
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.
-rw-r--r--ChangeLog6
-rw-r--r--glib/Makefile.am8
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 305d7673..e8d48ca9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2005-06-12 Colin Walters <walters@verbum.org>
Async signals and various bugfixes and testing by
diff --git a/glib/Makefile.am b/glib/Makefile.am
index b9b9a70f..89527415 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -15,13 +15,17 @@ libdbus_glib_1_la_SOURCES = \
dbus-gthread.c \
dbus-gutils.c \
dbus-gutils.h \
- dbus-gtype-specialized.c \
- dbus-gtype-specialized.h \
dbus-gvalue.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
+
libdbus_glib_1_la_LIBADD= $(DBUS_GLIB_LIBS) $(top_builddir)/dbus/libdbus-1.la
## don't export symbols that start with "_" (we use this
## convention for internal symbols)