]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
tests/unit/Makefile.am: tfix
authorAlejandro Colomar <alx@kernel.org>
Sun, 7 Jan 2024 01:35:00 +0000 (02:35 +0100)
committerSerge Hallyn <serge@hallyn.com>
Thu, 1 Feb 2024 04:26:19 +0000 (22:26 -0600)
Fix typo.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
tests/unit/Makefile.am

index fdc47ed04279563a51512a49be6e2da69f1a0097..ff882b8d48cfadbd33060f086b363faf56ac2692 100644 (file)
@@ -39,7 +39,7 @@ test_atoi_strtoi_SOURCES = \
     test_atoi_strtoi.c \
     $(NULL)
 test_atoi_strtoi_CFLAGS = \
-    $(AM_FLAGS) \
+    $(AM_CFLAGS) \
     $(NULL)
 test_atoi_strtoi_LDFLAGS = \
     $(NULL)
@@ -52,7 +52,7 @@ test_atoi_strtou_noneg_SOURCES = \
     test_atoi_strtou_noneg.c \
     $(NULL)
 test_atoi_strtou_noneg_CFLAGS = \
-    $(AM_FLAGS) \
+    $(AM_CFLAGS) \
     $(NULL)
 test_atoi_strtou_noneg_LDFLAGS = \
     $(NULL)
@@ -65,7 +65,7 @@ test_chkname_SOURCES = \
     test_chkname.c \
     $(NULL)
 test_chkname_CFLAGS = \
-    $(AM_FLAGS) \
+    $(AM_CFLAGS) \
     $(NULL)
 test_chkname_LDFLAGS = \
     $(NULL)
@@ -95,7 +95,7 @@ test_sprintf_SOURCES = \
     test_sprintf.c \
     $(NULL)
 test_sprintf_CFLAGS = \
-    $(AM_FLAGS) \
+    $(AM_CFLAGS) \
     $(NULL)
 test_sprintf_LDFLAGS = \
     $(NULL)
@@ -107,7 +107,7 @@ test_strncpy_SOURCES = \
     test_strncpy.c \
     $(NULL)
 test_strncpy_CFLAGS = \
-    $(AM_FLAGS) \
+    $(AM_CFLAGS) \
     $(NULL)
 test_strncpy_LDFLAGS = \
     $(NULL)
@@ -120,7 +120,7 @@ test_strtcpy_SOURCES = \
     test_strtcpy.c \
     $(NULL)
 test_strtcpy_CFLAGS = \
-    $(AM_FLAGS) \
+    $(AM_CFLAGS) \
     $(NULL)
 test_strtcpy_LDFLAGS = \
     $(NULL)
@@ -133,7 +133,7 @@ test_xasprintf_SOURCES = \
     test_xasprintf.c \
     $(NULL)
 test_xasprintf_CFLAGS = \
-    $(AM_FLAGS) \
+    $(AM_CFLAGS) \
     $(NULL)
 test_xasprintf_LDFLAGS = \
     -Wl,-wrap,vasprintf \