Install tevent_internal.h, as Samba 4 needs it.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 23 Dec 2008 21:57:00 +0000 (22:57 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 23 Dec 2008 21:57:00 +0000 (22:57 +0100)
lib/tevent/tevent.mk

index 2e4d5a96af7915846e05fa143432c13431803fc2..1b4175f1a1139bdd651ebd86a63573ca10b65d33 100644 (file)
@@ -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