diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index ba737bc5..bf54f0af 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,6 +2,14 @@ noinst_PROGRAMS = EXTRA_DIST = +AM_CFLAGS = \ + $(WARN_CFLAGS) \ + $(NULL) + +AM_LDFLAGS = \ + $(WARN_LDFLAGS) \ + $(NULL) + ################################################################################ # lsudev ################################################################################ |