summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-06-18 07:56:51 -0400
committerSimo Sorce <idra@samba.org>2009-06-18 07:56:51 -0400
commitc92505817d6453c100ed52c9c3ab289f5589ce25 (patch)
treefdce3df62f149e8e5cb62f5c6b229550a14b521f
parente912764a5e0c1f05f921667eb56ef58552de454b (diff)
downloadsamba-c92505817d6453c100ed52c9c3ab289f5589ce25.tar.gz
Revert "For tevent to install tevent_util.h"
This reverts commit b112cc5503350b248949bdbcce8072f5523ce877. tevent_util.h is a private header. Must not be installed.
-rw-r--r--lib/tevent/tevent.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk
index 903876ba159..82cc4a0860b 100644
--- a/lib/tevent/tevent.mk
+++ b/lib/tevent/tevent.mk
@@ -23,7 +23,6 @@ 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