~chasedouglas/geis/fix-deltas

« back to all changes in this revision

Viewing changes to testsuite/geistest/Makefile.am

  • Committer: Stephen M. Webb
  • Date: 2010-07-26 01:40:31 UTC
  • Revision ID: stephen.webb@canonical.com-20100726014031-e9v4wglbzlb4boor
Added basic dbus functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS = geistest
 
2
 
 
3
geistest_SOURCES = \
 
4
        geistest.c
 
5
 
 
6
geistest_CPPFLAGS = \
 
7
        -I$(top_srcdir) \
 
8
        -I$(top_srcdir)/reference-impl
 
9
 
 
10
geistest_LDADD = \
 
11
        $(top_builddir)/reference-impl/libgeis.la