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 | b018907748cb4705f855e2f311c0b44cb2896c64 (patch) | |
tree | 088224ad3bf7d5b59e12d8061f605228655c65af /Makefile.am | |
parent | 4a85fd6b8972b1623806772a527ba88b3d723706 (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 62ee57c..c1ff54a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,6 @@ fonts_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = fontsproto.pc -EXTRA_DIST = fontsproto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |