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 --- libdevkit-power/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libdevkit-power/Makefile.am') diff --git a/libdevkit-power/Makefile.am b/libdevkit-power/Makefile.am index 433f6e5..cc7370f 100644 --- a/libdevkit-power/Makefile.am +++ b/libdevkit-power/Makefile.am @@ -1,7 +1,9 @@ INCLUDES = \ $(GLIB_CFLAGS) \ $(DBUS_GLIB_CFLAGS) \ + -I$(top_srcdir) \ -I$(top_srcdir)/libdevkit-power \ + -DDKP_COMPILATION \ -DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\" \ -DEGG_VERBOSE="\"DKP_VERBOSE\"" \ -DEGG_LOGGING="\"DKP_LOGGING\"" \ @@ -17,8 +19,7 @@ libdevkit_power_la_SOURCES = \ egg-debug.h \ egg-string.c \ egg-string.h \ - egg-obj-list.c \ - egg-obj-list.h \ + devicekit-power.h \ dkp-client.c \ dkp-client.h \ dkp-device.c \ -- cgit v1.2.3