diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3a29f17..9302a7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,7 +123,7 @@ tests_check_loader_CFLAGS = \ tests_check_loader_LDFLAGS = \ -no-install \ -Wl,--wrap=blogc_file_get_contents \ - -Wl,--wrap=fprintf \ + -Wl,--wrap=blogc_fprintf \ $(NULL) tests_check_loader_LDADD = \ |