Fix include path.
authorMilan Broz <gmazyland@gmail.com>
Fri, 28 Aug 2009 15:54:03 +0000 (15:54 +0000)
committerMilan Broz <gmazyland@gmail.com>
Fri, 28 Aug 2009 15:54:03 +0000 (15:54 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@88 36d66b0a-2a48-0410-832c-cd162a569da5

tests/Makefile.am

index de4671a..10b3323 100644 (file)
@@ -5,7 +5,7 @@ EXTRA_DIST = apitest fileDiffer.py compatimage.img.bz2 test
 apitest_SOURCES = apitest.c
 apitest_LDADD = ../lib/libcryptsetup.la
 apitest_LDFLAGS = -static
-apitest_CFLAGS = -g -O0
+apitest_CFLAGS = -g -O0 -I../lib/
 
 check_PROGRAMS = apitest compatimage.img test
 
@@ -28,7 +28,7 @@ KEY_SLOT1 = S256-259 S260-263 R264-295 S296-299 S300-303
 KEY_MATERIAL1 = R69632-133632
 KEY_MATERIAL1_EXT = S69632-133632
 
-LOOPDEV = /dev/loop/5
+LOOPDEV = /dev/loop5
 
 test:
 #      (cd ..; make clean; make CFLAGS=-Werror)