From 9d4a8db55c751e093353f7f3b48d27244d5973b7 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Thu, 8 May 2003 14:21:48 +0000 Subject: Lowercase pkg-config module name and distribution tarball name. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a8d4d2d8a..3d09e5f09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ -SUBDIRS = . src +SUBDIRS = src EXTRA_DIST = \ COPYING \ - Xr.pc.in + xr.pc.in pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = Xr.pc +pkgconfig_DATA = xr.pc -- cgit v1.2.3