From 017174085f162484277b2f798d35d3436a26e005 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 20 Aug 2005 03:32:09 +0000 Subject: Fix silly install issue by moving the header install rules for shared-core into shared-core/Makefile.am. Bump to 1.0.3. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0c2f76c8..688a4ec0 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AC_PREREQ(2.57) -AC_INIT([libdrm], 1.0.2, [dri-devel@lists.sourceforge.net], libdrm) +AC_INIT([libdrm], 1.0.3, [dri-devel@lists.sourceforge.net], libdrm) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([dist-bzip2]) @@ -33,4 +33,4 @@ AC_HEADER_STDC pkgconfigdir=${libdir}/pkgconfig AC_SUBST(pkgconfigdir) -AC_OUTPUT([Makefile libdrm/Makefile libdrm.pc]) +AC_OUTPUT([Makefile libdrm/Makefile shared-core/Makefile libdrm.pc]) -- cgit v1.2.3