For tevent to install tevent_util.h
authorEric Sandall <sandalle@sourcemage.org>
Fri, 12 Jun 2009 11:24:30 +0000 (13:24 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 18 Jun 2009 03:49:26 +0000 (13:49 +1000)
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

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