diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2006-08-21 17:39:26 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2006-08-21 17:39:26 +0100 |
commit | 5c3da435c0e367266e9d7d5be28d72117bb77541 (patch) | |
tree | 629b60fe2adb56a00300b36cf72dc27e09c284fa | |
parent | b30d1320614564d226018b8a491ee4f70567db64 (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.
-rw-r--r-- | hald-runner/Makefile.am | 2 | ||||
-rw-r--r-- | tools/Makefile.am | 2 |
2 files changed, 2 insertions, 2 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@ diff --git a/tools/Makefile.am b/tools/Makefile.am index bcfbf59c..b64c2c04 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -18,7 +18,7 @@ INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_BIN_DIR=\""$(bindir)"\" \ -DPACKAGE_LOCALSTATEDIR=\""$(localstatedir)"\" \ - -DPACKAGE_SCRIPT_DIR=\""$(datadir)/hal/scripts"\" \ + -DPACKAGE_SCRIPT_DIR=\""$(libdir)/hal/scripts"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -I$(top_srcdir) -I$(top_srcdir)/libhal -I$(top_srcdir)/libhal-storage \ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @POLKIT_CFLAGS@ |