diff --git a/libtest/Makefile.am b/libtest/Makefile.am index 7e90ba0..4be2158 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/example.c b/libtest/example-main.c similarity index 99% rename from libtest/example.c rename to libtest/example-main.c index 2556830..e6896e8 100644 --- a/libtest/example.c +++ b/libtest/example-main.c @@ -26,7 +26,7 @@ #include "htsdefines.h" /* Local definitions */ -#include "example.h" +#include "example-main.h" /* * Name: main diff --git a/libtest/example.h b/libtest/example-main.h similarity index 100% rename from libtest/example.h rename to libtest/example-main.h