From 857c3f8322005efd460c2f516a9486a2de059e9f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 16 May 2009 04:14:21 +0200 Subject: 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. --- lib/tevent/tevent.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tevent/tevent.mk') diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index ac5710ff05..ff01bd9808 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 -- cgit