~ubuntu-branches/ubuntu/wily/libgpg-error/wily

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Daniel Kahn Gillmor
  • Date: 2015-06-04 09:23:14 UTC
  • mfrom: (12.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20150604092314-l1rttc4b5b706g99
Tags: 1.19-2
upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
TESTS = t-version t-strerror t-syserror t-lock t-printf
31
31
 
32
 
INCLUDES = -I$(top_builddir)/src $(extra_includes)
 
32
AM_CPPFLAGS = -I$(top_builddir)/src $(extra_includes)
33
33
 
34
34
AM_LDFLAGS = -no-install
35
35
LDADD = $(gpg_error_lib)