mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-04 02:30:11 +01:00
trivial: update defines needed for egg debugging code
This commit is contained in:
parent
8d2bf6ad14
commit
670c3bfc7b
3 changed files with 12 additions and 3 deletions
|
|
@ -2,7 +2,10 @@ INCLUDES = \
|
|||
$(GLIB_CFLAGS) \
|
||||
$(DBUS_GLIB_CFLAGS) \
|
||||
-I$(top_srcdir)/libdevkit-power \
|
||||
-DEGG_LOG_FILE=\""$(PK_LOG_DIR)/DeviceKit-power"\" \
|
||||
-DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\" \
|
||||
-DEGG_VERBOSE="\"DKP_VERBOSE\"" \
|
||||
-DEGG_LOGGING="\"DKP_LOGGING\"" \
|
||||
-DEGG_CONSOLE="\"DKP_CONSOLE\"" \
|
||||
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
|
||||
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,10 @@ INCLUDES = \
|
|||
-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
|
||||
-DPACKAGE_LIB_DIR=\""$(libdir)"\" \
|
||||
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
|
||||
-DEGG_LOG_FILE=\""$(PK_LOG_DIR)/DeviceKit-power"\" \
|
||||
-DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\" \
|
||||
-DEGG_VERBOSE="\"DKP_VERBOSE\"" \
|
||||
-DEGG_LOGGING="\"DKP_LOGGING\"" \
|
||||
-DEGG_CONSOLE="\"DKP_CONSOLE\"" \
|
||||
-I$(top_srcdir)/libdevkit-power \
|
||||
$(GIO_CFLAGS) \
|
||||
$(DBUS_GLIB_CFLAGS) \
|
||||
|
|
|
|||
|
|
@ -10,7 +10,10 @@ INCLUDES = \
|
|||
-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
|
||||
-DPACKAGE_LIB_DIR=\""$(libdir)"\" \
|
||||
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
|
||||
-DEGG_LOG_FILE=\""$(PK_LOG_DIR)/DeviceKit-power"\" \
|
||||
-DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\" \
|
||||
-DEGG_VERBOSE="\"DKP_VERBOSE\"" \
|
||||
-DEGG_LOGGING="\"DKP_LOGGING\"" \
|
||||
-DEGG_CONSOLE="\"DKP_CONSOLE\"" \
|
||||
-I$(top_srcdir)/libdevkit-power \
|
||||
$(DBUS_GLIB_CFLAGS) \
|
||||
$(POLKIT_DBUS_CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue