diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-07-23 15:08:33 +0100 |
---|---|---|
committer | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-07-23 15:09:36 +0100 |
commit | d1831df1b0c9eb8179601f873f9dbc80d021fbfe (patch) | |
tree | 064542458962ee7341ed131079e1d6ecbee5d4f4 /etc | |
parent | 3f979e84aaf1af9cc08e961581fc4f466250d8bc (diff) |
allow running of ohmd uninstalled
This allows you to use ohmd/run-ohmd.sh to run ohmd uninstalled. It will installed the plugins and config to a temporary directory, a la hal. The install step can be skipped with --skit-plugin-install.
This also cleans up a lot of automake usage and ups automake dependancy to 1.10
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am index df0dc88..970fcb6 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,7 +1,7 @@ EXTRA_DIST = \ $(Data_DATA) -Datadir = $(sysconfdir)/ohm +Datadir = $(OHM_CONF_DIR) Data_DATA = \ modules.ini |