From: vsr Date: Fri, 20 Jan 2006 08:44:20 +0000 (+0000) Subject: Fix a bug: compilation failed on Mandrake 10.1 with automake version 1.9 X-Git-Tag: T3_2_0b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=35ca591412ede34cb8e7636a55c9ef44acac60ae;p=tools%2Fhxx2salome.git Fix a bug: compilation failed on Mandrake 10.1 with automake version 1.9 --- diff --git a/src/Makefile.am b/src/Makefile.am index ff7822f..fb3312b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ LDADD = -L${QTDIR}/lib -lqt-mt CLEANFILES = hxx2salome_moc.cpp hxx2salome.h hxx2salome.cpp ghxx2salome_SOURCES = main.cpp hxx2salome.cpp hxx2salome_moc.cpp - +BUILT_SOURCES = hxx2salome.h %.h: %.ui ${UIC} $< -o $@