From: Simo Sorce Date: Thu, 18 Jun 2009 11:56:51 +0000 (-0400) Subject: Revert "For tevent to install tevent_util.h" X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=c92505817d6453c100ed52c9c3ab289f5589ce25;p=abartlet%2Fsamba.git%2F.git Revert "For tevent to install tevent_util.h" This reverts commit b112cc5503350b248949bdbcce8072f5523ce877. tevent_util.h is a private header. Must not be installed. --- diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 903876ba159..82cc4a0860b 100644 --- a/lib/tevent/tevent.mk +++ b/lib/tevent/tevent.mk @@ -23,7 +23,6 @@ installdirs:: installheaders:: installdirs cp $(srcdir)/tevent.h $(DESTDIR)$(includedir) cp $(srcdir)/tevent_internal.h $(DESTDIR)$(includedir) - cp $(srcdir)/tevent_util.h $(DESTDIR)$(includedir) installlibs:: installdirs cp tevent.pc $(DESTDIR)$(libdir)/pkgconfig