X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=tests%2FMakefile.am;h=28479be4dff0cb746b8feebd97fc871361d98840;hb=e0b3fc61e1698743c8e0588518320f96ca5c7562;hp=65994967227662b9a0d06a935e4787b3eef59538;hpb=9fdd5baa0c0d475979613d970a33d793464b6b9e;p=chaz%2Ftar diff --git a/tests/Makefile.am b/tests/Makefile.am index 6599496..28479be 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ # Makefile for GNU tar regression tests. -# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005 Free Software -# Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, +# 2006 Free Software Foundation, Inc. # François Pinard , 1988. # Sergey Poznyakoff , 2004. @@ -134,5 +134,5 @@ genfile_SOURCES = genfile.c argcv.c argcv.h localedir = $(datadir)/locale INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src - +AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME)