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 | fa1772317219f2e2b4079c463f4139e02bec9853 (patch) | |
tree | 68c25d1bf682b8393fb1a529378306803ee1b004 | |
parent | 43b50ccdd50511aad7bdd1869b294813550f7741 (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 26804dd..037ef62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xinerama.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xinerama.pc.in .PHONY: ChangeLog INSTALL |