From 2eeb0e5f282a22e11de07d4038b01fc446e3fc14 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 6 Nov 2006 12:05:09 +0000 Subject: r19569: Require that all public header files have a destination path. Fix places where this was currently not the case. (This used to be commit 3894497a232df8cf0457c7439c9ae347f63f24a1) --- source4/librpc/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/librpc/config.mk') diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index eeb4506219..02e6f9c2e5 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -148,7 +148,6 @@ PUBLIC_DEPENDENCIES = LIBNDR NDR_MISC NDR_LSA NDR_SECURITY VERSION = 0.0.1 SO_VERSION = 0 OBJ_FILES = gen_ndr/ndr_nfs4acl.o -PUBLIC_HEADERS = gen_ndr/nfs4acl.h PUBLIC_DEPENDENCIES = LIBNDR NDR_MISC NDR_SECURITY [LIBRARY::NDR_SPOOLSS] -- cgit