Install the rapi files at make install time
authorIustin Pop <iustin@google.com>
Fri, 11 Apr 2008 14:22:11 +0000 (14:22 +0000)
committerIustin Pop <iustin@google.com>
Fri, 11 Apr 2008 14:22:11 +0000 (14:22 +0000)
Reviewed-by: imsnah

daemons/Makefile.am
lib/Makefile.am

index 8414a72..8ba9a19 100644 (file)
@@ -1 +1 @@
-dist_sbin_SCRIPTS = ganeti-noded ganeti-watcher ganeti-master
+dist_sbin_SCRIPTS = ganeti-noded ganeti-watcher ganeti-master ganeti-rapi
index 1827130..fe5de48 100644 (file)
@@ -6,6 +6,9 @@ pkgpython_PYTHON = __init__.py backend.py cli.py cmdlib.py config.py \
        bdev.py hypervisor.py opcodes.py mcpu.py constants.py \
        ssconf.py
 
        bdev.py hypervisor.py opcodes.py mcpu.py constants.py \
        ssconf.py
 
+nobase_pkgpython_PYTHON = rapi/__init__.py \
+       rapi/resources.py rapi/RESTHTTPServer.py
+
 all-local: _autoconf.py
 
 _autoconf.py: Makefile
 all-local: _autoconf.py
 
 _autoconf.py: Makefile