diff options
author | Keith Packard <keithp@evo.keithp.com> | 2006-02-24 02:06:13 +0100 |
---|---|---|
committer | Keith Packard <keithp@evo.keithp.com> | 2006-02-24 02:06:13 +0100 |
commit | 8e0790045d33525ec182afd3997014b46ef77b66 (patch) | |
tree | b4744df88fb8eee542349a25867373fd155093ae | |
parent | 1d43eaf21b32fef4aba8a58dee323344b7f48d16 (diff) |
Clean up mistakes integrating xorg changes
-rw-r--r-- | compositeproto.pc.in | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compositeproto.pc.in b/compositeproto.pc.in index 6e53f0b..6348022 100644 --- a/compositeproto.pc.in +++ b/compositeproto.pc.in @@ -6,4 +6,4 @@ includedir=@includedir@ Name: CompositeExt Description: Composite extension headers Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @COMPOSITEEXT_CFLAGS@ +Cflags: -I${includedir} diff --git a/configure.ac b/configure.ac index 8f34ebc..4cac3b7 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT([COmpositeProto], [0.2.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([CompositeProto], [0.2.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |