Mercurial > syslog2iptables
comparison src/Makefile.am @ 7:390ac4e01472
initial coding
author | carl |
---|---|
date | Fri, 02 Dec 2005 20:36:01 -0800 |
parents | 276c4edc8521 |
children | d76f9ff42487 |
comparison
equal
deleted
inserted
replaced
6:128cae6f3459 | 7:390ac4e01472 |
---|---|
4 | 4 |
5 # set the include path found by configure | 5 # set the include path found by configure |
6 INCLUDES= $(all_includes) | 6 INCLUDES= $(all_includes) |
7 | 7 |
8 # the library search path. | 8 # the library search path. |
9 syslog2iptables_LDFLAGS = $(all_libraries) | 9 syslog2iptables_LDFLAGS = $(all_libraries) -pthread |
10 | 10 |