comparison src/Makefile.am @ 5:ccf40fd3b050

autoconf cleanup from libpst changes
author Carl Byington <carl@five-ten-sg.com>
date Sat, 07 Feb 2009 11:33:07 -0800
parents 48d06780cf77
children
comparison
equal deleted inserted replaced
4:180d26aa2a17 5:ccf40fd3b050
6 # set the include path found by configure 6 # set the include path found by configure
7 INCLUDES= $(all_includes) 7 INCLUDES= $(all_includes)
8 8
9 # the library search path. 9 # the library search path.
10 routeflapper_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) 10 routeflapper_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
11 routeflapper_LDADD = $(all_libraries) 11 routeflapper_LDADD = $(all_libraries) $(REGEXLIB)
12 12
13 # default compile flags 13 # default compile flags
14 routeflapper_CXXFLAGS = $(PTHREAD_CFLAGS) 14 routeflapper_CXXFLAGS = $(PTHREAD_CFLAGS)
15 15