diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-05-16 01:54:10 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-05-16 01:54:10 +0200 |
commit | 06864b4469f5f3d77637f8e6c97ec0558289cd29 (patch) | |
tree | 3050405924a59367df772938c1731ece62083b53 /lib/tevent | |
parent | dccecdf33850ec4d763b8b0e7ba7be7a8eb873de (diff) | |
download | samba-06864b4469f5f3d77637f8e6c97ec0558289cd29.tar.gz samba-06864b4469f5f3d77637f8e6c97ec0558289cd29.tar.xz samba-06864b4469f5f3d77637f8e6c97ec0558289cd29.zip |
tevent: Don't install headers, since we don't install a shared lib
either (from Samba).
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/samba.m4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/tevent/samba.m4 b/lib/tevent/samba.m4 index 89b0b705b4..549f39d210 100644 --- a/lib/tevent/samba.m4 +++ b/lib/tevent/samba.m4 @@ -9,8 +9,3 @@ SMB_SUBSYSTEM(LIBTEVENT, [\$(addprefix \$(libteventsrcdir)/, ${TEVENT_OBJ})], [LIBTEVENT_EXT], [${TEVENT_CFLAGS}]) - -SMB_MAKE_SETTINGS([ -PUBLIC_HEADERS += \$(addprefix \$(libteventsrcdir)/, tevent.h tevent_internal.h) -]) - |