From 2d667f1d0064082c7629b9ecccd079126a270c26 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6f7116b..270a2b1 100644 --- a/Makefile.am +++ b/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)