File: Makefile.am

package info (click to toggle)
grilo-plugins 0.3.3-1%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 10,100 kB
  • sloc: ansic: 43,393; sh: 4,094; makefile: 1,178; xml: 654; python: 423
file content (17 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Makefile.am
#
# Author: Jens Georg <jensg@openismus.com>
#
# Copyright (C) 2012 Canonical Ltd.

include $(top_srcdir)/gtester.mk

AM_CFLAGS = $(DEPS_CFLAGS)
LDADD = $(DEPS_LIBS)

noinst_PROGRAMS = example-tmdb

example_tmdb_SOURCES = example-tmdb.c

-include $(top_srcdir)/git.mk