aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2bfd8a27ec..cfefa7c961 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ pkgconfigdir = $(libdir)/pkgconfig
INTERFACE_VERSION=3.0
%-$(INTERFACE_VERSION).pc: %.pc
- cp $< $@
+ cat $< | grep -x -v "Requires.private: " >$@
pkgconfig_in_files = \
evolution-calendar-$(INTERFACE_VERSION).pc \