From: Jelmer Vernooij Date: Tue, 23 Dec 2008 21:57:00 +0000 (+0100) Subject: Install tevent_internal.h, as Samba 4 needs it. X-Git-Tag: samba-4.0.0alpha6~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e03f9fa55a4c897ade55b9b2e3740facfdcfd1;p=thirdparty%2Fsamba.git Install tevent_internal.h, as Samba 4 needs it. --- diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 2e4d5a96af7..1b4175f1a11 100644 --- a/lib/tevent/tevent.mk +++ b/lib/tevent/tevent.mk @@ -21,6 +21,7 @@ installdirs:: installheaders:: installdirs cp $(srcdir)/tevent.h $(DESTDIR)$(includedir) + cp $(srcdir)/tevent_internal.h $(DESTDIR)$(includedir) installlibs:: installdirs cp tevent.pc $(DESTDIR)$(libdir)/pkgconfig