diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-02-09 17:35:31 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-02-09 17:35:31 +0000 |
commit | 9a5858285356c1369cf297abd7b511b723326240 (patch) | |
tree | b6c5e5d54dd97fc528a5069d549febfee1cbec88 /libtest | |
parent | 8bfa3841fac36a510a6db29fc351d7e043f1474c (diff) |
Renamed example file.
Diffstat (limited to 'libtest')
-rw-r--r-- | libtest/Makefile.am | 2 | ||||
-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 |