From 9ed55d050ac8d1e9ea5327b7a15720ec586da65c Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sat, 2 Dec 2006 17:11:45 +0000 Subject: [PATCH] Fixed broken libisofs build system --- libisofs/trunk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/trunk/Makefile.am b/libisofs/trunk/Makefile.am index 6f7116b2..270a2b19 100644 --- a/libisofs/trunk/Makefile.am +++ b/libisofs/trunk/Makefile.am @@ -38,7 +38,7 @@ libinclude_HEADERS = \ ## Build test applications noinst_PROGRAMS = \ - test/iso \ + test/iso test_iso_CPPFLAGS = -Ilibisofs test_iso_LDADD = $(libisofs_libisofs_la_OBJECTS) $(THREAD_LIBS)