Skip to content

Commit

Permalink
Fix OS library order
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Mar 8, 2024
1 parent d77c056 commit 3ff30f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tor/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libtorlookup_a_SOURCES = tor.c tor.h

if TORLOOKUP
torlookup_SOURCES = torlookup.c
torlookup_LDADD = ../lib/libnfdump.la libtorlookup.a
torlookup_LDADD = ../lib/libnfdump.la libtorlookup.a ../maxmind/libmaxmind.a ../decode/libnfdecode.a
endif

CLEANFILES = *.gch

0 comments on commit 3ff30f2

Please sign in to comment.