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 (13 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile.am for snapper/examples/c
#

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

noinst_PROGRAMS = csnap

csnap_SOURCES =						\
	snapper_dbus_cli.c

csnap_LDFLAGS = $(DBUS_LIBS)