|
Lines 5-11
Link Here
|
| 5 |
|
5 |
|
| 6 |
CANLIB = # -L../libcanlock -lcanlock |
6 |
CANLIB = # -L../libcanlock -lcanlock |
| 7 |
-LIBS = -L../pcre -lpcre $(CANLIB) @LIBS@ @INN_NNTPLIB@ |
7 |
-LIBS = -L../pcre -lpcre $(CANLIB) @LIBS@ @INN_NNTPLIB@ |
| 8 |
+LIBS = ../pcre/libpcre.a $(CANLIB) @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a |
8 |
+LIBS = ../pcre/libpcre.a $(CANLIB) @LIBS@ @INN_NNTPLIB@ |
| 9 |
|
9 |
|
| 10 |
# Where do you want the binary & manual page installed? |
10 |
# Where do you want the binary & manual page installed? |
| 11 |
INSTALL_PREFIX = @INSTALL_PREFIX@ |
11 |
INSTALL_PREFIX = @INSTALL_PREFIX@ |