mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 10:28:01 +02:00
Remove DBUS_TEST_CFLAGS, which is empty
This commit is contained in:
parent
ff6b492916
commit
fa9bf406b4
3 changed files with 2 additions and 4 deletions
|
|
@ -1140,9 +1140,7 @@ DBUS_LAUNCHER_LIBS="$XML_LIBS $THREAD_LIBS $NETWORK_libs"
|
|||
AC_SUBST(DBUS_LAUNCHER_CFLAGS)
|
||||
AC_SUBST(DBUS_LAUNCHER_LIBS)
|
||||
|
||||
DBUS_TEST_CFLAGS=
|
||||
DBUS_TEST_LIBS="$THREAD_LIBS $NETWORK_libs"
|
||||
AC_SUBST(DBUS_TEST_CFLAGS)
|
||||
AC_SUBST(DBUS_TEST_LIBS)
|
||||
|
||||
### X11 detection
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
SUBDIRS= . name-test
|
||||
DIST_SUBDIRS=name-test
|
||||
|
||||
INCLUDES=-I$(top_srcdir) $(DBUS_TEST_CFLAGS)
|
||||
INCLUDES=-I$(top_srcdir)
|
||||
|
||||
libdbus_testutils_la_SOURCES = test-utils.h test-utils.c
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_TEST_CFLAGS) -DDBUS_COMPILATION
|
||||
INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) -DDBUS_COMPILATION
|
||||
|
||||
## note that TESTS has special meaning (stuff to use in make check)
|
||||
## so if adding tests not to be run in make check, don't add them to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue