For tevent to install tevent_util.h
authorEric Sandall <sandalle@sourcemage.org>
Fri, 12 Jun 2009 11:24:30 +0000 (13:24 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 9 Sep 2009 10:45:03 +0000 (12:45 +0200)
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.
(cherry picked from commit b112cc5503350b248949bdbcce8072f5523ce877)
(cherry picked from commit 6c002a988bd37cc04b488d78c910540b19cac88e)

lib/tevent/tevent.mk

index 82cc4a0860bf80df71bfc98f5c56bddb58c3595a..903876ba159feba7f080cdebe03c4d88a1a24917 100644 (file)
@@ -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