From a4e7bf3a89a986f0055bb8b6c6890449ca405f39 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 28 Oct 2005 21:13:30 +0000 Subject: r11382: Require number of required M4 macros Make MODULE handling a bit more like BINARY, LIBRARY and SUBSYSTEM Add some more PUBLIC_HEADERS (This used to be commit 875eb8f4cc658e6aebab070029fd499a726ad520) --- source4/libnet/config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/libnet/config.mk') diff --git a/source4/libnet/config.mk b/source4/libnet/config.mk index 71c80dc0bc..0234f3f866 100644 --- a/source4/libnet/config.mk +++ b/source4/libnet/config.mk @@ -4,6 +4,9 @@ MAJOR_VERSION = 0 MINOR_VERSION = 0 RELEASE_VERSION = 1 +PUBLIC_HEADERS = libnet.h libnet_join.h libnet_lookup.h libnet_passwd.h \ + libnet_rpc.h libnet_share.h libnet_time.h libnet_user.h \ + libnet_vampire.h userinfo.h userman.h INIT_OBJ_FILES = \ libnet.o ADD_OBJ_FILES = \ -- cgit