diff options
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | evieproto.pc.in (renamed from evieext.pc.in) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 42474d8..4c67cbe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,6 @@ evie_HEADERS = \ Xeviestr.h pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = evieext.pc +pkgconfig_DATA = evieproto.pc -EXTRA_DIST = autogen.sh evieext.pc.in +EXTRA_DIST = autogen.sh evieproto.pc.in diff --git a/configure.ac b/configure.ac index 46144b1..6af98ac 100644 --- a/configure.ac +++ b/configure.ac @@ -3,4 +3,4 @@ AC_INIT([EvIEExt], [7.0], [xorg@lists.freedesktop.org]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_OUTPUT([Makefile - evieext.pc]) + evieproto.pc]) diff --git a/evieext.pc.in b/evieproto.pc.in index 795a1cd..795a1cd 100644 --- a/evieext.pc.in +++ b/evieproto.pc.in |