summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compositeproto.pc.in2
-rw-r--r--configure.ac2
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