aboutsummaryrefslogtreecommitdiff
path: root/net/btpeer/files/patch-Makefile
blob: ba3d5f073f6c3b65213d4a5103e1ac11001178d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Makefile.orig	Sun Sep 11 04:27:32 2005
+++ Makefile	Sun Sep 25 17:54:42 2005
@@ -1,11 +1,11 @@
 VERSION =	0.2.1
 
 INCLUDE =	-I/usr/local/include/Sockets
-CFLAGS =	-Wall -g -O2 $(INCLUDE) -MD `Sockets-config`
+CFLAGS =	-Wall -g -O2 $(INCLUDE) -MD `Sockets-devel-config`
 CPPFLAGS =	$(CFLAGS)
 
-LIBS =		-L/usr/local/lib -lSockets \
-		-lssl -lcrypto -luuid -lSocketsEx -lpthread
+LIBS =		-L/usr/local/lib -lSockets-devel \
+		-lssl -lcrypto -lSockets-devel -lSocketsEx-devel
 
 PROGS =		newpeer inject
 # bstr