Skip to content

Commit

Permalink
fix issue #32
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Jul 4, 2012
1 parent 6c810e0 commit 9974804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include_HEADERS = jbig2arith.h jbig2sym.h jbig2structs.h jbig2segments.h
bin_PROGRAMS = jbig2
jbig2_SOURCES = jbig2.cc
jbig2_LDADD = libjbig2enc.la
jbig2_LDFLAGS = -all-static
jbig2_LDFLAGS = -static

if MINGW
jbig2_LDADD += -lws2_32
Expand Down

0 comments on commit 9974804

Please sign in to comment.