diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-05-09 22:12:36 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-05-09 22:12:36 -0300 |
commit | 0cb80d3050de4adb65b6c4acb4c9ac765b2ae448 (patch) | |
tree | 3197ccb602b56ad9030f37bd959ee8c393921fe0 /Makefile.am | |
parent | 502ed6760d9d2d674d0dcc87a6cb223ff079745d (diff) | |
download | blogc-0cb80d3050de4adb65b6c4acb4c9ac765b2ae448.tar.gz blogc-0cb80d3050de4adb65b6c4acb4c9ac765b2ae448.tar.bz2 blogc-0cb80d3050de4adb65b6c4acb4c9ac765b2ae448.zip |
raise warning if user provided DATE for one source file, but not for all source files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0932a3b..3a29f17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,6 +123,7 @@ tests_check_loader_CFLAGS = \ tests_check_loader_LDFLAGS = \ -no-install \ -Wl,--wrap=blogc_file_get_contents \ + -Wl,--wrap=fprintf \ $(NULL) tests_check_loader_LDADD = \ |