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 | e48a8569f854237f2fead7c7a75e90b6c5fe8693 (patch) | |
tree | 5db24c487589db4851565f4715b901538271e9b3 /Makefile.am | |
parent | 93aca1583dcdd21d79c7ab75d81a49359523a0e2 (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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4652ad9..e1118c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xi.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xi.pc.in - .PHONY: ChangeLog INSTALL |