summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtest/Makefile.am2
-rw-r--r--libtest/example-main.c (renamed from libtest/example.c)2
-rw-r--r--libtest/example-main.h (renamed from libtest/example.h)0
3 files changed, 2 insertions, 2 deletions
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
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
index 7228653..7228653 100644
--- a/libtest/example.h
+++ b/libtest/example-main.h