Makefile

changeset 25
9d41e3611050
parent 23
5f8005150227
child 27
228f64ffb422
--- a/Makefile	Mon Oct 02 17:57:46 2000 +0200
+++ b/Makefile	Fri Oct 27 15:17:27 2000 +0200
@@ -12,6 +12,12 @@
 
 OBJS= misc.o output.o util.o optparser.o parser.o tokenizer.o
 
+ifndef HAS_SYSTEM_ASPRINTF
+OBJS += ../snprintf_2.2/snprintf.o
+else
+CFLAGS += -DHAS_SYSTEM_ASPRINTF
+endif
+
 LIBDIR=$(PREFIX)/lib
 INCDIR=$(PREFIX)/include/libtu
 

mercurial