summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sandall <sandalle@sourcemage.org>2009-06-12 13:24:30 +0200
committerAndrew Bartlett <abartlet@samba.org>2009-06-18 13:49:26 +1000
commitb112cc5503350b248949bdbcce8072f5523ce877 (patch)
tree60e409a8665e9677a51f9b4cda5a0c4f1a43da8c
parent68fd09e24af35e1e5f87ae437abad8e0f98ac2f5 (diff)
downloadsamba-b112cc5503350b248949bdbcce8072f5523ce877.tar.gz
For tevent to install tevent_util.h
Patch for bug #6270 This patch is for the future when samba4 builds using external libraries. With this patch, tevent now installs tevent_util.h which is required by samba4.
-rw-r--r--lib/tevent/tevent.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk
index 82cc4a0860b..903876ba159 100644
--- a/lib/tevent/tevent.mk
+++ b/lib/tevent/tevent.mk
@@ -23,6 +23,7 @@ installdirs::
installheaders:: installdirs
cp $(srcdir)/tevent.h $(DESTDIR)$(includedir)
cp $(srcdir)/tevent_internal.h $(DESTDIR)$(includedir)
+ cp $(srcdir)/tevent_util.h $(DESTDIR)$(includedir)
installlibs:: installdirs
cp tevent.pc $(DESTDIR)$(libdir)/pkgconfig