mirror of
https://github.com/samba-team/samba.git
synced 2025-10-17 15:33:16 +03:00
r22699: Reduce amount of magic required for popt detection.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
4d3f02e845
commit
05ca6ecef7
7
source/lib/popt/config.mk
Normal file
7
source/lib/popt/config.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
[SUBSYSTEM::LIBPOPT]
|
||||
OBJ_FILES = findme.o \
|
||||
popt.o \
|
||||
poptconfig.o \
|
||||
popthelp.o \
|
||||
poptparse.o
|
||||
CFLAGS = -Ilib/popt
|
@@ -2,9 +2,7 @@ m4_include(lib/popt/libpopt.m4)
|
||||
|
||||
if test x"$POPT_OBJ" = "x"; then
|
||||
SMB_EXT_LIB(LIBPOPT, [${POPT_LIBS}])
|
||||
SMB_ENABLE(LIBPOPT,YES)
|
||||
else
|
||||
SMB_SUBSYSTEM(LIBPOPT,
|
||||
[lib/popt/findme.o lib/popt/popt.o lib/popt/poptconfig.o lib/popt/popthelp.o lib/popt/poptparse.o], [], [-Ilib/popt])
|
||||
SMB_INCLUDE_MK(lib/popt/config.mk)
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user