summaryrefslogtreecommitdiff
path: root/hald-runner
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2006-08-21 17:39:26 +0100
committerRichard Hughes <richard@hughsie.com>2006-08-21 17:39:26 +0100
commit5c3da435c0e367266e9d7d5be28d72117bb77541 (patch)
tree629b60fe2adb56a00300b36cf72dc27e09c284fa /hald-runner
parentb30d1320614564d226018b8a491ee4f70567db64 (diff)
corrects the location of the hal scripts directory
This corrects the location of the hal scripts directory passed by the preprocessor in the hald-runner and tools directories.
Diffstat (limited to 'hald-runner')
-rw-r--r--hald-runner/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hald-runner/Makefile.am b/hald-runner/Makefile.am
index 280d48cc..990fdc89 100644
--- a/hald-runner/Makefile.am
+++ b/hald-runner/Makefile.am
@@ -6,7 +6,7 @@ INCLUDES = \
-DPACKAGE_BIN_DIR=\""$(bindir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \
- -DPACKAGE_SCRIPT_DIR=\""$(datadir)/hal/scripts"\" \
+ -DPACKAGE_SCRIPT_DIR=\""$(libdir)/hal/scripts"\" \
-I$(top_srcdir) \
@DBUS_CFLAGS@ @GLIB_CFLAGS@