diff options
Diffstat (limited to 'gl/tests/Makefile.am')
-rw-r--r-- | gl/tests/Makefile.am | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/gl/tests/Makefile.am b/gl/tests/Makefile.am index f73d26b408..2079cc7b43 100644 --- a/gl/tests/Makefile.am +++ b/gl/tests/Makefile.am @@ -1,6 +1,6 @@ ## DO NOT EDIT! GENERATED AUTOMATICALLY! ## Process this file with automake to produce Makefile.in. -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -103,7 +103,7 @@ EXTRA_DIST += test-base64.c macros.h ## begin gnulib module binary-io -libtests_a_SOURCES += binary-io.h +libtests_a_SOURCES += binary-io.h binary-io.c ## end gnulib module binary-io @@ -167,15 +167,6 @@ EXTRA_DIST += test-dirent.c ## end gnulib module dirent-tests -## begin gnulib module dup2 - - -EXTRA_DIST += dup2.c - -EXTRA_libtests_a_SOURCES += dup2.c - -## end gnulib module dup2 - ## begin gnulib module dup2-tests TESTS += test-dup2 |