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 | b511b260ddcec34035c1d97285f27f3182663a6a (patch) | |
tree | 6dcc5631628736faec06d02e7a10385217277b2c /Makefile.am | |
parent | a3e03bb23bf7a92bf20d51eebe692e0a4f667065 (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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7d5bb99..976151e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,6 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xcursor.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -EXTRA_DIST = xcursor.pc.in if LINT lint: |