summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.mk
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-06-18 20:06:00 -0400
committerSimo Sorce <idra@samba.org>2009-07-03 08:45:30 -0400
commit30b2014a01b31d66dd76e0562c5d769dfacf167b (patch)
tree53bbb3220dd51e7b2addaa7f23fb87a29da2882e /lib/tevent/tevent.mk
parent2738178d1301f9c1c4144c7472c9419911cd816e (diff)
downloadsamba-30b2014a01b31d66dd76e0562c5d769dfacf167b.tar.gz
samba-30b2014a01b31d66dd76e0562c5d769dfacf167b.tar.bz2
samba-30b2014a01b31d66dd76e0562c5d769dfacf167b.zip
Expose functions need by backend writers
move publicly needed structures and functions in the public header. Stop installing internal headers. Update the signature and exports files with the new exposed function.
Diffstat (limited to 'lib/tevent/tevent.mk')
-rw-r--r--lib/tevent/tevent.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk
index 82cc4a0860..480366e938 100644
--- a/lib/tevent/tevent.mk
+++ b/lib/tevent/tevent.mk
@@ -22,7 +22,6 @@ installdirs::
installheaders:: installdirs
cp $(srcdir)/tevent.h $(DESTDIR)$(includedir)
- cp $(srcdir)/tevent_internal.h $(DESTDIR)$(includedir)
installlibs:: installdirs
cp tevent.pc $(DESTDIR)$(libdir)/pkgconfig