openldap/build/platforms/linux-gcc/Make-platform
Kurt Zeilenga 6aadb5f512 Clean up
1998-08-18 23:09:25 +00:00

21 lines
418 B
Text

#
# LDAP Linux GNU C Make-platform file
#
#
# add any platform-specific overrides below here
#
# crypt(3) is in -lcrypt
LDAP_CRYPT_LIB= -lcrypt
#
# -------------------------------------------------------------------------
# you will probably not need to edit anything below this point
# -------------------------------------------------------------------------
CC = gcc
RANLIB = "ranlib"
PLATFORMCFLAGS= -Dlinux