summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2006-08-21 22:31:30 +0200
committerDanny Kukawka <danny.kukawka@web.de>2006-08-21 22:31:30 +0200
commit0e0c9da6f5957eceff3b372c554697d7abbf4804 (patch)
tree24ee3da1255a8318ce4f263e709f0b7b580ed9c7
parent019898159cd064f33bce4082d26295f9e3e6a2ef (diff)
fixed make for hald/linux/addons
Removed -I$(top_srcdir)/hald from INCLUDES in hald/linux/addons/Makefile.am to avoid include hald/linux/pmu.h instead of /usr/include/linux/pmu.h. Thanks to Kay for the fast help to identify the problem!
-rw-r--r--hald/linux/addons/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hald/linux/addons/Makefile.am b/hald/linux/addons/Makefile.am
index 65819f4f..48226afc 100644
--- a/hald/linux/addons/Makefile.am
+++ b/hald/linux/addons/Makefile.am
@@ -5,7 +5,7 @@ INCLUDES = \
-DPACKAGE_BIN_DIR=\""$(bindir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \
- -I$(top_srcdir) -I$(top_srcdir)/hald \
+ -I$(top_srcdir) \
@GLIB_CFLAGS@ @DBUS_CFLAGS@
if HALD_COMPILE_LINUX