Re-generated Makefiles

This commit is contained in:
Pierre Pronchery 2008-06-04 20:15:21 +00:00
parent d78d179b60
commit 9f1dc3203f
2 changed files with 5 additions and 1 deletions

View File

@ -4,3 +4,7 @@
#ifndef PREFIX
# define PREFIX "/usr/local"
#endif
#ifndef LIBDIR
# define LIBDIR PREFIX "/lib"
#endif

View File

@ -8,7 +8,7 @@ CFLAGSF = -W -Wall -ansi -fPIC
CFLAGS = -g
AR = ar -rc
RANLIB = ranlib
LD = ld -shared
LD = $(CC) -shared
RM = rm -f
MKDIR = mkdir -p
INSTALL = install