1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source4/lib/popt/config.mk
Jelmer Vernooij 105660d3f9 r5906: Fix the usage of the internal popt (make proto should ignore it)
Updated included popt to 1.7.
(This used to be commit d60cb643e8)
2007-10-10 13:11:08 -05:00

12 lines
299 B
Makefile

##############################
# Start SUBSYSTEM INT_LIB_POPT
[SUBSYSTEM::INT_LIB_POPT]
ADD_OBJ_FILES = lib/popt/findme.o \
lib/popt/popt.o \
lib/popt/poptconfig.o \
lib/popt/popthelp.o \
lib/popt/poptparse.o
NOPROTO = YES
# End SUBSYSTEM INT_LIB_POPT
##############################