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:
parent
a0caffd446
commit
857c3f8322
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user