summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-04-27 18:22:28 +0300
committerAlon Levy <alevy@redhat.com>2011-07-23 00:54:53 +0300
commitee0e638e119d54fb3f9eda6de18f8fb3884d8509 (patch)
tree6e54f28f9d10a68a74eb13a9bca38d6d8335e8ae /configure.ac
parent4d04f2bb72bf8d7aff6f33d2dd77d8c5c0e77f83 (diff)
xspice: README, TODO, config, xspice launcher script
xspice is placed under scripts, adding a new Makefile.am, only installed if --enable-xspice. spiceqxl.xorg.conf.example is placed under examples to be installed to share/doc if --enable-xspice.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f95221a..c2bcc7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,7 +116,9 @@ AC_CHECK_FILE(.git, [
AC_CONFIG_FILES([
Makefile
src/Makefile
- src/uxa/Makefile
+ src/uxa/Makefile
+ scripts/Makefile
+ examples/Makefile
])
AC_OUTPUT