mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 16:08:01 +02:00
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.
This commit is contained in:
parent
beb9cd2eb2
commit
a04c4738fe
2 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue