openldap/build/platforms/linux-gcc/Make-platform

21 lines
435 B
Text
Raw Normal View History

1998-08-08 20:43:13 -04:00
#
# LDAP Linux GNU C Make-platform file
#
#
# add any platform-specific overrides below here
#
#
# -------------------------------------------------------------------------
# you will probably not need to edit anything below this point
# -------------------------------------------------------------------------
CC = gcc
RANLIB = "ranlib"
PLATFORMCFLAGS= -Dlinux
1998-08-13 03:25:37 -04:00
# uncomment this if -DLDAP_CRYPT is defined
#PLATFORMLIBS= -lcrypt