diff options
author | Eric Sandall <sandalle@sourcemage.org> | 2009-06-12 13:24:30 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-06-18 13:49:26 +1000 |
commit | b112cc5503350b248949bdbcce8072f5523ce877 (patch) | |
tree | 60e409a8665e9677a51f9b4cda5a0c4f1a43da8c /lib | |
parent | 68fd09e24af35e1e5f87ae437abad8e0f98ac2f5 (diff) | |
download | samba-b112cc5503350b248949bdbcce8072f5523ce877.tar.gz samba-b112cc5503350b248949bdbcce8072f5523ce877.tar.bz2 samba-b112cc5503350b248949bdbcce8072f5523ce877.zip |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/tevent.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 82cc4a0860..903876ba15 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 |