root/src/Makefile.am

Revision 5, 464 bytes (checked in by nick, 3 years ago)
Line 
1## Process this file with automake to produce Makefile.in.
2
3bin_PROGRAMS = apachetop
4
5apachetop_SOURCES = apachetop.cc log.cc inlines.cc ohtbl.cc map.cc queue.cc \
6                    display.cc hits_circle.cc timed_circle.cc filters.cc \
7                    resolver.cc
8
9
10noinst_HEADERS = apachetop.h log.h ohtbl.h map.h queue.h \
11                 display.h hits_circle.h circle.h timed_circle.h filters.h \
12                 resolver.h pcre_cpp_wrapper.h
13
14MAINTAINERCLEANFILES = Makefile.in
Note: See TracBrowser for help on using the browser.