mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
r22699: Reduce amount of magic required for popt detection.
(This used to be commit 05ca6ecef70b0e66348b479badcb77d0a0bef9f2)
This commit is contained in:
parent
b3a4fd11e9
commit
ca72dbec9a
7
source4/lib/popt/config.mk
Normal file
7
source4/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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user