File: Makefile.am

package info (click to toggle)
tntnet 1.5.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,004 kB
  • ctags: 2,381
  • sloc: cpp: 13,553; sh: 8,997; ansic: 1,604; makefile: 573; sql: 10
file content (14 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkglib_LTLIBRARIES = tntnet.la

tntnet_la_SOURCES = \
	error.cpp \
	mime.cpp \
	redirect.cpp \
	static.cpp \
	fstatic.cpp \
	unzipcomp.cpp \
	static.h \
	fstatic.h

tntnet_la_LDFLAGS = -module -version-info @sonumber@
tntnet_la_LIBADD = $(top_builddir)/framework/common/libtntnet.la