From fe3d6e5f53fa7b954a560c6c49974efb49b47008 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 23 Jun 2012 08:55:13 +0000 Subject: Fixed from Sebastian Pipping: * make sure that example.{c,h} are not installed twice which causes an error for "make install" * make sure that libhttrack.la is a proper dependency so that parallel compilation (e.g. "make -j6" works reliably) --- libtest/Makefile.am | 2 +- libtest/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libtest') diff --git a/libtest/Makefile.am b/libtest/Makefile.am index eb500c0..d7c8309 100644 --- a/libtest/Makefile.am +++ b/libtest/Makefile.am @@ -1,6 +1,6 @@ exemplesdir = $(datadir)/httrack/libtest -exemples_DATA = example.* *.c *.h *.txt +exemples_DATA = *.c *.h *.txt EXTRA_DIST = $(exemples_DATA) INCLUDES = \ diff --git a/libtest/Makefile.in b/libtest/Makefile.in index 8e5905f..ee7c86e 100644 --- a/libtest/Makefile.in +++ b/libtest/Makefile.in @@ -246,7 +246,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ exemplesdir = $(datadir)/httrack/libtest -exemples_DATA = example.* *.c *.h *.txt +exemples_DATA = *.c *.h *.txt EXTRA_DIST = $(exemples_DATA) INCLUDES = \ @DEFAULT_CFLAGS@ \ -- cgit v1.2.3