diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-05-29 11:15:18 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-05-29 11:15:18 +1000 |
commit | 68ec3006a40152df3c73e6bf50378e0f21a891ab (patch) | |
tree | 7dd8b7cb0106fa021a7e6383d3a99263b0edabb0 /source4/librpc | |
parent | b023ca3e9da21dda21b8242e02778fb8ff4605eb (diff) | |
download | samba-68ec3006a40152df3c73e6bf50378e0f21a891ab.tar.gz samba-68ec3006a40152df3c73e6bf50378e0f21a891ab.tar.bz2 samba-68ec3006a40152df3c73e6bf50378e0f21a891ab.zip |
Don't make the NTP signd headers public.
This means we don't have to install them
Andrew Bartlett
(This used to be commit 2f2ba0c68ab0e985df5be07dccf3a3a7ebe62142)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index fd628a2788..d2e11959e8 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -343,8 +343,6 @@ PUBLIC_DEPENDENCIES = LIBNDR NDR_NTP_SIGND_OBJ_FILES = $(gen_ndrsrcdir)/ndr_ntp_signd.o -PUBLIC_HEADERS += $(gen_ndrsrcdir)/ndr_ntp_signd.h - [SUBSYSTEM::NDR_WINSREPL] PUBLIC_DEPENDENCIES = LIBNDR NDR_NBT |