Skip to content

Commit 98b4e75

Browse files
smlxFelipe Zimmerle
authored andcommitted
Fix LDFLAGS for unit tests.
1 parent e48fa2f commit 98b4e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ unit_tests_LDADD = \
5555
$(YAJL_LDADD)
5656

5757

58-
unit_tests_LDFLAG = \
58+
unit_tests_LDFLAGS = \
5959
$(GEOIP_LDFLAGS) \
6060
$(MAXMIND_LDFLAGS) \
6161
$(LMDB_LDFLAGS) \

0 commit comments

Comments
 (0)