From: Simo Sorce Date: Sat, 31 Jan 2009 01:11:16 +0000 (-0500) Subject: Do not install private headers X-Git-Tag: samba-4.0.0alpha7~417^2~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de4f7c0787498ba0030b67a98a5361900775fca1;p=thirdparty%2Fsamba.git Do not install private headers --- diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index be7e2982188..ac5710ff059 100644 --- a/lib/tevent/tevent.mk +++ b/lib/tevent/tevent.mk @@ -22,8 +22,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