summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-03-16 15:18:08 -0400
committerDavid Cantrell <dcantrell@redhat.com>2007-03-16 16:09:52 -0400
commitbbe29e7bdb76f6e650e28e695219d46be42b246e (patch)
tree1bef0d382746e706ccfd72f990e25720ab802472 /Makefile.am
parent680c14b8a065b1d0bafd9c1c74f2c16de5b8dded (diff)
downloadparted-bbe29e7bdb76f6e650e28e695219d46be42b246e.tar.gz
Install the libparted.pc file, not the libparted.pc.in file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e792ea..1c65b5f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ EXTRA_DIST = \
aclocaldir=$(datadir)/aclocal
pcdir = $(libdir)/pkgconfig
-pc_DATA = libparted.pc.in
+pc_DATA = libparted.pc
# This is best not done via configure.ac, because automake's
# make distcheck target does not like auto-generated files