diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:31 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:31 -0400 |
commit | bba203c33e943d8de1bfe545434bee1db52a2245 (patch) | |
tree | 549c0011083333a9ec2aba0c7e31047b682e321d | |
parent | 9c58144688d0200e7683882549490827868a44b5 (diff) |
config: remove the pkgconfig pc.in file from EXTRA_DIST
Automake always includes it in the tarball.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c110e1c..40cb57c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,6 @@ glinternal_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = glproto.pc -EXTRA_DIST = glproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |