diff options
author | Simo Sorce <idra@samba.org> | 2009-01-30 20:11:16 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-01-30 20:12:50 -0500 |
commit | de4f7c0787498ba0030b67a98a5361900775fca1 (patch) | |
tree | 8c2787635b9c1d52ed80bff174519c14b0de542a /lib | |
parent | 7acea5a032e1c1fa14a5b414992d0f8f0a45a9f2 (diff) | |
download | samba-de4f7c0787498ba0030b67a98a5361900775fca1.tar.gz |
Do not install private headers
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/tevent.mk | 2 |
1 files changed, 0 insertions, 2 deletions
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 |