summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:06 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-09 18:20:06 +0000
commite455c03bb7e498e7eaaf8ad815fb60355fb1f72e (patch)
tree81f31f03e880bb65a711e65367830789861d1a03
parent22a2a1cdb0f6e05fa609fbd996c696aa509f1f83 (diff)
downloadxorg-proto-scrnsaverproto-e455c03bb7e498e7eaaf8ad815fb60355fb1f72e.tar.gz
Change all the protonames from <extension>Ext to <extension>Proto.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac4
-rw-r--r--scrnsaverproto.pc.in (renamed from scrnsaverext.pc.in)2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index cf11ce5..aa73785 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,6 @@ scrnsaver_HEADERS = \
scrnsaver.h
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = scrnsaverext.pc
+pkgconfig_DATA = scrnsaverproto.pc
-EXTRA_DIST = autogen.sh scrnsaverext.pc.in
+EXTRA_DIST = autogen.sh scrnsaverproto.pc.in
diff --git a/configure.ac b/configure.ac
index 8161171..9a785ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.57])
-AC_INIT([ScrnSaverExt], [7.0], [xorg@lists.freedesktop.org])
+AC_INIT([ScrnSaverProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
- scrnsaverext.pc])
+ scrnsaverproto.pc])
diff --git a/scrnsaverext.pc.in b/scrnsaverproto.pc.in
index 6d103a3..87f9ddc 100644
--- a/scrnsaverext.pc.in
+++ b/scrnsaverproto.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: ScrnSaverExt
+Name: ScrnSaverProto
Description: ScrnSaver extension headers
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}