svn commit: samba r13653 - in branches/SAMBA_4_0/source: . libcli

jelmer at samba.org jelmer at samba.org
Thu Feb 23 11:52:55 GMT 2006


Author: jelmer
Date: 2006-02-23 11:52:55 +0000 (Thu, 23 Feb 2006)
New Revision: 13653

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13653

Log:
Copy headers from the right place

Modified:
   branches/SAMBA_4_0/source/libcli/config.mk
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/config.mk
===================================================================
--- branches/SAMBA_4_0/source/libcli/config.mk	2006-02-23 11:29:01 UTC (rev 13652)
+++ branches/SAMBA_4_0/source/libcli/config.mk	2006-02-23 11:52:55 UTC (rev 13653)
@@ -3,6 +3,7 @@
 include security/config.mk
 
 [SUBSYSTEM::LIBCLI_UTILS]
+PUBLIC_HEADERS = util/nterr.h util/doserr.h
 OBJ_FILES = util/asn1.o \
 		util/doserr.o \
 		util/errormap.o \

Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-02-23 11:29:01 UTC (rev 13652)
+++ branches/SAMBA_4_0/source/main.mk	2006-02-23 11:52:55 UTC (rev 13653)
@@ -31,7 +31,7 @@
 include kdc/config.mk
 include passdb/config.mk
 
-DEFAULT_HEADERS = $(srcdir)/include/nterr.h $(srcdir)/include/nt_status.h \
+DEFAULT_HEADERS = $(srcdir)/include/nt_status.h \
 				  $(srcdir)/include/smb.h $(srcdir)/include/core.h
 
 binaries: $(BINARIES)



More information about the samba-cvs mailing list