tevent: Install tevent_internal.h in the standalone build.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 16 May 2009 02:14:21 +0000 (04:14 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 16 May 2009 02:14:21 +0000 (04:14 +0200)
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.

lib/tevent/tevent.mk
lib/tevent/tevent_internal.h

index ac5710ff0591d0fdbae98df0548cfbd7e64e6914..ff01bd9808d0d61abac699af508f43406637ac57 100644 (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
index eebf76706773a51eb83d8cff158acba25a80ef9d..36abfa44823aa0cdf92f1b7a5d14b9e67e1a791d 100644 (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