~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Steve Langasek
  • Date: 2013-11-07 03:06:51 UTC
  • Revision ID: steve.langasek@canonical.com-20131107030651-f1jzeyi7ifvvw1h8
Attempt to cherry-pick fixes for bug #1199778 to raring; something is still
missing though, the test suite segfaults on one of the json loads.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
INITCTL_BINARY = $(abs_top_builddir)/util/initctl
 
4
UPSTART_BINARY = $(abs_top_builddir)/init/init
 
5
 
 
6
AM_CFLAGS = \
 
7
        $(NIH_CFLAGS) \
 
8
        $(NIH_DBUS_CFLAGS) \
 
9
        $(DBUS_CFLAGS)
 
10
 
 
11
AM_CPPFLAGS = \
 
12
        -DLOCALEDIR="\"$(localedir)\"" \
 
13
        -DINITCTL_BUILD \
 
14
        -DSBINDIR="\"$(sbindir)\"" \
 
15
        -DUPSTART_BINARY="\"$(UPSTART_BINARY)\"" \
 
16
        -DINITCTL_BINARY="\"$(INITCTL_BINARY)\"" \
 
17
        -I$(top_builddir) -I$(top_srcdir) -iquote$(builddir) -iquote$(srcdir) \
 
18
        -I$(top_srcdir)/intl
 
19
 
 
20
check_LIBRARIES = libtest_util_common.a
 
21
libtest_util_common_a_SOURCES = test_util_common.c test_util_common.h