diff options
Diffstat (limited to 'libtest')
-rw-r--r-- | libtest/Makefile.am | 2 | ||||
-rw-r--r-- | libtest/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
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@ \ |