diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:31 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 19:00:31 -0400 |
commit | 5056835765a4a2103fbc6977740874762f5d5737 (patch) | |
tree | 90be8fd7d92dc1ad2363d546bd068707c214f684 | |
parent | d7616943beb59d29349c16670340f677e340852c (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 e9f7d8a..0a26e33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,6 @@ scrnsaver_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = scrnsaverproto.pc -EXTRA_DIST = scrnsaverproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |