diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 01:10:57 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-12 01:10:57 +0000 |
commit | 2ece1ee39d248966d2399b30b9de6307db86f4b5 (patch) | |
tree | 2df3350374bd0a63241398f6320c1a59082d7f02 /configure.ac | |
parent | 6ed09fe071574abdf5f7c08d9f1de41f4177e5df (diff) |
Add Xvlib.h, change soversion to 1.0.0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0c9a0f7..309e6c8 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,9 @@ AC_SUBST(DEP_CFLAGS) AC_SUBST(DEP_LIBS) AC_OUTPUT([Makefile + include/Makefile + include/X11/Makefile + include/X11/extensions/Makefile src/Makefile man/Makefile xv.pc]) |