Revert "For tevent to install tevent_util.h"
authorSimo Sorce <idra@samba.org>
Thu, 18 Jun 2009 11:56:51 +0000 (07:56 -0400)
committerSimo Sorce <idra@samba.org>
Thu, 18 Jun 2009 11:56:51 +0000 (07:56 -0400)
This reverts commit b112cc5503350b248949bdbcce8072f5523ce877.

tevent_util.h is a private header. Must not be installed.

lib/tevent/tevent.mk

index 903876ba159feba7f080cdebe03c4d88a1a24917..82cc4a0860bf80df71bfc98f5c56bddb58c3595a 100644 (file)
@@ -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