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 | d400e69526c1c331e8e23893e2ba8658979376e8 (patch) | |
tree | 7c1bb1793583db3b5418db282b18d09832ab54b4 /Makefile.am | |
parent | 373922e1529b3d55513fbc0ec24527600f7b529c (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, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c319038..928614c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = xtrans.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xtrans.pc.in ${aclocal_DATA} Xtrans.mm +EXTRA_DIST = ${aclocal_DATA} Xtrans.mm .PHONY: ChangeLog INSTALL |