maint: port tests/Makefile.am to current Gnulib

* tests/Makefile.am (AM_CFLAGS, AM_CXXFLAGS):
Initialize to empty.
This commit is contained in:
Paul Eggert 2026-01-20 11:38:43 -08:00
parent 5cd9b71b38
commit 0a67161f3f

View File

@ -18,4 +18,6 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <https://www.gnu.org/licenses/>.
AM_CFLAGS =
AM_CXXFLAGS =
include gnulib.mk