File: Makefile.am

package info (click to toggle)
snapper 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,576 kB
  • ctags: 2,049
  • sloc: cpp: 15,605; sh: 11,424; ansic: 1,401; makefile: 287; python: 159
file content (16 lines) | stat: -rw-r--r-- 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile.am for snapper/client/utils
#

INCLUDES = -I$(top_srcdir)

noinst_LTLIBRARIES = libutils.la

libutils_la_SOURCES =			\
	Table.cc	Table.h		\
	text.cc		text.h		\
	console.cc	console.h	\
	GetOpts.cc	GetOpts.h

libutils_la_LIBADD = ../../snapper/libsnapper.la -lboost_thread -lboost_system -lxml2 -lacl -lz -lm