~ubuntu-branches/ubuntu/wily/libwpd/wily-proposed

« back to all changes in this revision

Viewing changes to src/test/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2013-05-14 11:01:45 UTC
  • mfrom: (1.5.4)
  • Revision ID: package-import@ubuntu.com-20130514110145-8g97krfs7eoqyuwl
Tags: 0.9.8-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
484
484
top_builddir = @top_builddir@
485
485
top_srcdir = @top_srcdir@
486
486
target_test = test
487
 
AM_CXXFLAGS = -I$(top_srcdir)/src/lib/ $(LIBWPD_CXXFLAGS) $(DEBUG_CXXFLAGS)
 
487
AM_CXXFLAGS = -I$(top_srcdir)/inc -I$(top_srcdir)/src/lib $(DEBUG_CXXFLAGS)
488
488
test_LDFLAGS = -L../lib `cppunit-config --libs` 
489
489
test_LDADD = \
490
490
        ../lib/libwpd-@WPD_MAJOR_VERSION@.@WPD_MINOR_VERSION@.la \