From 32e03f9fa55a4c897ade55b9b2e3740facfdcfd1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 23 Dec 2008 22:57:00 +0100 Subject: Install tevent_internal.h, as Samba 4 needs it. --- lib/tevent/tevent.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 2e4d5a96af..1b4175f1a1 100644 --- a/lib/tevent/tevent.mk +++ b/lib/tevent/tevent.mk @@ -21,6 +21,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