diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-29 14:53:49 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-29 14:53:49 -0400 |
commit | a624de7af1d4c0956ecd485e3ae193f93bd78c57 (patch) | |
tree | b4c5a7d39025b4c2b5f94e5c79b0e32b7290c4c9 | |
parent | af2be74979aeab9a2fc4c933462e97ce70f816b6 (diff) | |
download | libpciaccess-a624de7af1d4c0956ecd485e3ae193f93bd78c57.tar.gz libpciaccess-a624de7af1d4c0956ecd485e3ae193f93bd78c57.tar.bz2 libpciaccess-a624de7af1d4c0956ecd485e3ae193f93bd78c57.zip |
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ced72dc..ff8db2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pciaccess.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = pciaccess.pc.in src/scanpci.c src/scanpci.man +EXTRA_DIST = src/scanpci.c src/scanpci.man .PHONY: ChangeLog INSTALL |