Have vswitchd and brcompatd installed into sbindir
authorKeith Amidon <keith@nicira.com>
Tue, 7 Apr 2009 23:48:10 +0000 (16:48 -0700)
committerKeith Amidon <keith@nicira.com>
Tue, 7 Apr 2009 23:48:10 +0000 (16:48 -0700)
This seems more appropriate given they won't be used by regular users
normally.

Makefile.am
vswitchd/automake.mk

index d276604d78fc1a1f559cff52bc419f7fbb0d8b5c..97721295381c43cd632679886fd7a9c00c6388c7 100644 (file)
@@ -34,6 +34,7 @@ EXTRA_DIST =
 TESTS =
 TESTS_ENVIRONMENT =
 bin_PROGRAMS =
+sbin_PROGRAMS =
 bin_SCRIPTS =
 dist_commands_DATA =
 dist_man_MANS =
index da670cf2d450b47cfb4910bcb318846f4cd8d5eb..ecc44276e94db0f2a839dc6d2d86c8fb83fd5b81 100644 (file)
@@ -1,4 +1,4 @@
-bin_PROGRAMS += vswitchd/vswitchd vswitchd/brcompatd
+sbin_PROGRAMS += vswitchd/vswitchd vswitchd/brcompatd
 man_MANS += vswitchd/vswitchd.conf.5 \
        vswitchd/vswitchd.8 \
        vswitchd/brcompatd.8