From 55db60ef820c1cb0fafc54f8d530a5f448e5e48f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 26 Feb 2009 12:15:20 +0000 Subject: bugfix: remove use of EggObjList, which was pretty hacky, and try to make the library more sane --- tools/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 30fb7d8..5cb8523 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -9,6 +9,7 @@ INCLUDES = \ -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \ -DPACKAGE_LIB_DIR=\""$(libdir)"\" \ -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \ + -DDKP_COMPILATION \ -DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\" \ -DEGG_VERBOSE="\"DKP_VERBOSE\"" \ -DEGG_LOGGING="\"DKP_LOGGING\"" \ -- cgit v1.2.1