File: Makefile.am

package info (click to toggle)
tntnet 2.1-2%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,784 kB
  • sloc: cpp: 16,001; sh: 11,498; ansic: 2,216; makefile: 858; sql: 10
file content (14 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CPPFLAGS = -I$(top_srcdir)/framework/common

bin_PROGRAMS = tntnet

tntnet_SOURCES = \
	main.cpp \
	process.cpp

nobase_include_HEADERS = \
	tnt/process.h

tntnet_LDADD = $(top_builddir)/framework/common/libtntnet.la $(PTHREAD_LIBS) -lcxxtools
tntnet_CXXFLAGS=-DTNTNET_CONF=\"@sysconfdir@/tntnet/tntnet.conf\" -DTNTNET_PID=\"@localstatedir@/tntnet.pid\" $(PTHREAD_CFLAGS)