]> andersk Git - libfaim.git/blob - Makefile.rules
Fixed the bug in aim_snac.c::aim_remsnac(). It was n's fault. Removed printfs.
[libfaim.git] / Makefile.rules
1
2 CFLAGS = -Wstrict-prototypes -Wall -I. -g 
3
4 ifdef LIBFAIM_INC
5 CFLAGS += -I$(LIBFAIM_INC)
6 endif
7
8 LDFLAGS = 
9 ifdef LIBFAIM_LIB
10 LDFLAGS += -lfaim -ldl -L$(LIBFAIM_LIB)
11 endif
12
13 AR = ar
14 RANLIB = ranlib
15
This page took 0.140884 seconds and 5 git commands to generate.