diff options
author | Simo Sorce <idra@samba.org> | 2009-06-18 07:56:51 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-06-18 07:56:51 -0400 |
commit | c92505817d6453c100ed52c9c3ab289f5589ce25 (patch) | |
tree | fdce3df62f149e8e5cb62f5c6b229550a14b521f /lib | |
parent | e912764a5e0c1f05f921667eb56ef58552de454b (diff) | |
download | samba-c92505817d6453c100ed52c9c3ab289f5589ce25.tar.gz samba-c92505817d6453c100ed52c9c3ab289f5589ce25.tar.bz2 samba-c92505817d6453c100ed52c9c3ab289f5589ce25.zip |
Revert "For tevent to install tevent_util.h"
This reverts commit b112cc5503350b248949bdbcce8072f5523ce877.
tevent_util.h is a private header. Must not be installed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/tevent.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 903876ba15..82cc4a0860 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 |