mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 04:38:07 +02:00
* switched include directory from glib/ to dbus/
since dbus-glib.h moved
This commit is contained in:
parent
a2a5df49d6
commit
5d58a04018
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-06-23 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* python/Makefile.am: switched include directory from glib/ to dbus/
|
||||
since dbus-glib.h moved
|
||||
|
||||
2004-06-22 Olivier Andrieu <oliv__a@users.sourceforge.net>
|
||||
|
||||
* configure.in: prevent building the gcj stuff and libxml loader
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
SUBDIRS=examples
|
||||
|
||||
INCLUDES=-I$(top_builddir) -I$(top_builddir)/glib $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) $(PYTHON_INCLUDES)
|
||||
INCLUDES=-I$(top_builddir) -I$(top_builddir)/dbus $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) $(PYTHON_INCLUDES)
|
||||
|
||||
dbusdir = $(pythondir)
|
||||
dbus_PYTHON = dbus.py
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue