From b112cc5503350b248949bdbcce8072f5523ce877 Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Fri, 12 Jun 2009 13:24:30 +0200 Subject: For tevent to install tevent_util.h Patch for bug #6270 This patch is for the future when samba4 builds using external libraries. With this patch, tevent now installs tevent_util.h which is required by samba4. --- lib/tevent/tevent.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 82cc4a0860..903876ba15 100644 --- a/lib/tevent/tevent.mk +++ b/lib/tevent/tevent.mk @@ -23,6 +23,7 @@ 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 -- cgit