summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-06-18 07:56:51 -0400
committerKarolin Seeger <kseeger@samba.org>2009-09-09 12:45:03 +0200
commit00f260ce27388310c9324a8ed5369082b9dddd3b (patch)
treedb3a1bbc319815179962e7c67add3b313bb28335
parentb7d674ad39b048960463c1108e8443d367b14005 (diff)
downloadsamba-00f260ce27388310c9324a8ed5369082b9dddd3b.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. (cherry picked from commit c92505817d6453c100ed52c9c3ab289f5589ce25) (cherry picked from commit 1e460e95956e9c1352ad9879ed2a9833b96b8746)
-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