summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sandall <sandalle@sourcemage.org>2009-06-12 13:24:30 +0200
committerKarolin Seeger <kseeger@samba.org>2009-09-09 12:45:03 +0200
commitb7d674ad39b048960463c1108e8443d367b14005 (patch)
treeddabb4cb34cb4a5dfa84d118cc0ab0060bb856d5
parentbf11f9c9e9bb345920275cd568a680a6146633f2 (diff)
downloadsamba-b7d674ad39b048960463c1108e8443d367b14005.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. (cherry picked from commit b112cc5503350b248949bdbcce8072f5523ce877) (cherry picked from commit 6c002a988bd37cc04b488d78c910540b19cac88e)
-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