From 5b0051e0325aea7e46715aa61bba0a1dc025132c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Mar 2006 13:55:10 +0000 Subject: r14511: Install more headers (This used to be commit e1f896948fad8cf5a1aec300865c250c5721ee7d) --- source4/lib/cmdline/config.mk | 1 + source4/lib/cmdline/popt_common.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/cmdline') diff --git a/source4/lib/cmdline/config.mk b/source4/lib/cmdline/config.mk index 2dc957cc4d..cc82ba443e 100644 --- a/source4/lib/cmdline/config.mk +++ b/source4/lib/cmdline/config.mk @@ -4,6 +4,7 @@ OBJ_FILES = credentials.o REQUIRED_SUBSYSTEMS = CREDENTIALS [SUBSYSTEM::POPT_SAMBA] +PUBLIC_HEADERS = popt_common.h OBJ_FILES = popt_common.o [SUBSYSTEM::POPT_CREDENTIALS] diff --git a/source4/lib/cmdline/popt_common.h b/source4/lib/cmdline/popt_common.h index 785a50ae70..a2eaebbbea 100644 --- a/source4/lib/cmdline/popt_common.h +++ b/source4/lib/cmdline/popt_common.h @@ -21,7 +21,7 @@ #ifndef _POPT_COMMON_H #define _POPT_COMMON_H -#include "popt.h" +#include /* Common popt structures */ extern struct poptOption popt_common_samba[]; -- cgit