diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-30 09:05:05 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-30 09:05:05 -0400 |
commit | 8db2a151b92fe3a408d847c868d7823a0217b73d (patch) | |
tree | 5a05514901fc31278b1e9a987d82ab829fc76d25 | |
parent | 4039c624286061122e3350f9194dba27118ab904 (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 781318c..fb2aeaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,7 @@ libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@) \ $(Xau_shadows:=.@LIB_MAN_SUFFIX@) MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xau.pc.in $(libman_PRE) +EXTRA_DIST = $(libman_PRE) Xau_shadows = \ XauFileName \ |