diff options
Diffstat (limited to 'tests/repository')
-rw-r--r-- | tests/repository/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/repository/Makefile.am b/tests/repository/Makefile.am index 6b4b782f..b6bde9d9 100644 --- a/tests/repository/Makefile.am +++ b/tests/repository/Makefile.am @@ -1,5 +1,5 @@ -AM_CFLAGS = $(GOBJECT_CFLAGS) -AM_LDFLAGS = -module -avoid-version +AM_CFLAGS = $(WARN_CFLAGS) $(GOBJECT_CFLAGS) +AM_LDFLAGS = $(WARN_LDFLAGS) -module -avoid-version LIBS = $(GOBJECT_LIBS) EXTRA_PROGRAMS = gitestrepo giteststructinfo gitestthrows gitypelibtest |