source: libpipi/trunk/test/Makefile.am @ 2913

Last change on this file since 2913 was 2913, checked in by Sam Hocevar, 14 years ago

Fix C include paths for separate directory builds.

File size: 185 bytes
RevLine 
[2621]1
[2913]2AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi -I../pipi
[2621]3
4noinst_PROGRAMS = u8tof32tou8
5
6TESTS = $(noinst_PROGRAMS)
7
8u8tof32tou8_LDADD = ../pipi/libpipi.la
9
10EXTRA_DIST = mona.png
11
Note: See TracBrowser for help on using the repository browser.