]> andersk Git - moira.git/blobdiff - regtape/Imakefile
Fixes to build with `gcc' instead of `gcc -traditional' on suns. (Needed
[moira.git] / regtape / Imakefile
index de90c36fab1dc55ea1d175226d0600688cda35b8..1bbdb5e09f61d8a95de426286a8959bb4059f3b6 100644 (file)
 SRCS= students.c employee.c sign.c verify.c vote.c rafnu.c
 CODE= students.pc employee.pc sign.pc verify.pc vote.pc rafnu.c
 SRCDIR = $(SRCTOP)/regtape
+#ifdef USE_CRYPT_H
+DEFINES = $(GDSSINC) -DUSE_CRYPT_H
+#else
 DEFINES = $(GDSSINC)
+#endif
 sqlrule()
 
 program(students, students.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
This page took 0.042773 seconds and 4 git commands to generate.