summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-01-30 20:11:16 -0500
committerSimo Sorce <idra@samba.org>2009-01-30 20:12:50 -0500
commitde4f7c0787498ba0030b67a98a5361900775fca1 (patch)
tree8c2787635b9c1d52ed80bff174519c14b0de542a /lib/tevent
parent7acea5a032e1c1fa14a5b414992d0f8f0a45a9f2 (diff)
downloadsamba-de4f7c0787498ba0030b67a98a5361900775fca1.tar.gz
samba-de4f7c0787498ba0030b67a98a5361900775fca1.tar.bz2
samba-de4f7c0787498ba0030b67a98a5361900775fca1.zip
Do not install private headers
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/tevent.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk
index be7e298218..ac5710ff05 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