1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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.
This commit is contained in:
Jelmer Vernooij 2009-05-16 04:14:21 +02:00
parent a0caffd446
commit 857c3f8322
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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