]> Dogcows Code - chaz/tar/blobdiff - tests/Makefile.am
Update FSF postal mail address.
[chaz/tar] / tests / Makefile.am
index 14ed47cc95af0e10ae335438045ef6fcec86458a..3890b37833ea025255b5d7ca5d666647ea3e55b0 100644 (file)
@@ -18,8 +18,8 @@
 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-## 02111-1307, USA.
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
 
 EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4 star/README star/quicktest.sh
 DISTCLEANFILES       = atconfig $(check_SCRIPTS)
@@ -82,6 +82,7 @@ TESTSUITE_AT = \
  shortrec.at\
  sparse01.at\
  sparse02.at\
+ truncate.at\
  volume.at\
  version.at\
  star/gtarfail.at\
@@ -120,10 +121,10 @@ installcheck-local:
 
 check_PROGRAMS = genfile
 
-genfile_SOURCES = genfile.c
+genfile_SOURCES = genfile.c argcv.c argcv.h
 
 localedir = $(datadir)/locale
 INCLUDES = -I$(top_srcdir)/lib -I../lib -I$(top_srcdir)/src
 
-LDADD = ../lib/libtar.a $(LIBINTL)
+LDADD = ../lib/libtar.a $(LIBINTL) $(LIB_CLOCK_GETTIME)
 
This page took 0.020696 seconds and 4 git commands to generate.