From: Jelmer Vernooij Date: Sat, 16 May 2009 02:14:21 +0000 (+0200) Subject: tevent: Install tevent_internal.h in the standalone build. X-Git-Tag: tdb-1.1.5~514 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=857c3f8322005efd460c2f516a9486a2de059e9f;p=thirdparty%2Fsamba.git tevent: Install tevent_internal.h in the standalone build. This is not ideal, but at least it fixes the build of samba-gtk for now. I've also added a warning about API guarantees at the top of the header. --- diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index ac5710ff059..ff01bd9808d 100644 --- a/lib/tevent/tevent.mk +++ b/lib/tevent/tevent.mk @@ -22,6 +22,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 diff --git a/lib/tevent/tevent_internal.h b/lib/tevent/tevent_internal.h index eebf7670677..36abfa44823 100644 --- a/lib/tevent/tevent_internal.h +++ b/lib/tevent/tevent_internal.h @@ -3,7 +3,9 @@ generalised event loop handling - Internal structs + INTERNAL STRUCTS. THERE ARE NO API GUARANTEES. + External users should only ever have to include this header when + implementing new tevent backends. Copyright (C) Stefan Metzmacher 2005-2009