File: Makefile.am

package info (click to toggle)
snapper 0.10.6-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,072 kB
  • sloc: cpp: 24,846; ansic: 1,466; sh: 1,410; makefile: 514; python: 127; ruby: 90
file content (19 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Makefile.am for snapper/server
#

AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)

sbin_PROGRAMS = snapperd

snapperd_SOURCES =					\
	snapperd.cc					\
	Client.cc		Client.h		\
	MetaSnapper.cc		MetaSnapper.h		\
	Background.cc		Background.h		\
	Types.cc		Types.h			\
	RefCounter.cc 		RefCounter.h		\
	FilesTransferTask.cc	FilesTransferTask.h

snapperd_LDADD = ../snapper/libsnapper.la ../dbus/libdbus.la -lrt
snapperd_LDFLAGS = -lboost_system -lboost_thread -lpthread