Makefiles: update lib dependencies

This commit is contained in:
Matteo Cypriani 2011-03-25 13:45:22 +01:00
parent c980d05baa
commit 1e1023e6b5
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ CFLAGS = -O2 -Wall -Wextra -Wstrict-prototypes -O -I$(LIBOWLPS_DIR)
DEPFLAGS=-MMD
XCFLAGS=$(CFLAGS) $(DEPFLAGS) $(WARN) $(HEADERS)
PICFLAG=-fPIC
LIBS=-liw
LIBS = -L$(LIBOWLPS_DIR) -lowlps
#STRIPFLAGS= -Wl,-s
#LDFLAGS=

View File

@ -30,7 +30,7 @@ PICFLAG = -fPIC
OWLPSFLAGS = -D USE_CONFIG_FILE -lconfuse -D USE_PTHREAD -pthread
LIBS = -L$(LIBOWLPS_DIR) -lowlps \
-L$(LIBOWLPSCLIENT_DIR) -lowlps-client \
-lpcap -liw -lm
-lpcap
LDFLAGS = $(LIBS) $(OWLPSFLAGS)