diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-29 14:53:48 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-29 14:53:48 -0400 |
commit | 7464514f60ff7754e5c1e91d6913000fb5d366c9 (patch) | |
tree | 31cc0c72801cf3fc0901517180e0e3ba5c366476 | |
parent | 39f4ed794168c824015754e451b4b191fddad643 (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 4b995e5..9cbf83d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = sm.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = sm.pc.in .PHONY: ChangeLog INSTALL |