1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
From: Alberto Garcia <berto@igalia.com>
Subject: Don't install evd.h twice, this can cause a race condition
Index: eventdance/evd/Makefile.am
===================================================================
--- eventdance.orig/evd/Makefile.am
+++ eventdance/evd/Makefile.am
@@ -5,9 +5,6 @@ DISTCLEANFILES =
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = @EVD_API_NAME@.pc
-library_includedir=$(includedir)/@EVD_API_NAME@
-library_include_HEADERS = evd.h
-
jslibdir = $(datadir)/@EVD_API_NAME@/js
CLEANFILES = *~ @EVD_API_NAME@.pc
|