comparison src/Makefile.am @ 0:48d06780cf77

initial version
author Carl Byington <carl@five-ten-sg.com>
date Tue, 13 May 2008 14:03:10 -0700
parents
children ccf40fd3b050
comparison
equal deleted inserted replaced
-1:000000000000 0:48d06780cf77
1 sbin_PROGRAMS = routeflapper
2 routeflapper_SOURCES = routeflapper.cpp tokenizer.cpp tokenizer.h \
3 includes.h routeconfig.cpp routeconfig.h routeflapper.h daemon.h
4 EXTRA_DIST = daemon.c
5
6 # set the include path found by configure
7 INCLUDES= $(all_includes)
8
9 # the library search path.
10 routeflapper_LDFLAGS = $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
11 routeflapper_LDADD = $(all_libraries)
12
13 # default compile flags
14 routeflapper_CXXFLAGS = $(PTHREAD_CFLAGS)
15