Mercurial > sm-archive
comparison src/Makefile.am @ 3:01268466f0dc
initial version
author | carl |
---|---|
date | Fri, 10 Mar 2006 11:00:12 -0800 |
parents | 45c8592d5d13 |
children | 48880e61ce5e |
comparison
equal
deleted
inserted
replaced
2:32b57406b656 | 3:01268466f0dc |
---|---|
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 smarchive_LDFLAGS = $(all_libraries) /usr/lib/libresolv.a -lmilter -pthread | 9 smarchive_LDFLAGS = $(all_libraries) -lmilter -pthread |
10 | 10 |
11 # default compile flags | 11 # default compile flags |
12 smarchive_CXXFLAGS = -pthread | 12 smarchive_CXXFLAGS = -pthread |
13 | 13 |