summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Allum <mallum@polystyrene.(none)>2006-08-04 22:44:16 +0100
committerMatthew Allum <mallum@polystyrene.(none)>2006-08-04 22:44:16 +0100
commita1d5ef0c73fbef3e758c51b57ac69ba9567bae04 (patch)
tree0a88a0b29fed53a4c25f3ed73324abd7239edfd2
parent0808093cbf79e2f18e79b0aa906770d2766638fc (diff)
Update 'ext' naming to proto.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
-rw-r--r--xcalibrateproto.pc.in (renamed from xcalibrateext.pc.in)0
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 8be7ff2..87bcd58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,6 @@ XCalibrateincludedir = $(includedir)/X11/extensions
XCalibrateinclude_HEADERS = xcalibrateproto.h xcalibratewire.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = xcalibrateext.pc
+pkgconfig_DATA = xcalibrateproto.pc
-EXTRA_DIST = autogen.sh xcalibrateext.pc.in
+EXTRA_DIST = autogen.sh xcalibrateproto.pc.in
diff --git a/configure.ac b/configure.ac
index 99849ed..eb41072 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.59])
-AC_INIT([xcalibrateext], [0.1.0], [pb@nexus.co.uk])
+AC_INIT([xcalibrateproto], [0.1.0], [pb@nexus.co.uk])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- xcalibrateext.pc])
+ xcalibrateproto.pc])
diff --git a/xcalibrateext.pc.in b/xcalibrateproto.pc.in
index f17f8d7..f17f8d7 100644
--- a/xcalibrateext.pc.in
+++ b/xcalibrateproto.pc.in