Skip to content

Commit

Permalink
Link against libgif instead of ungif
Browse files Browse the repository at this point in the history
  • Loading branch information
rbu committed Mar 23, 2009
1 parent 02b3985 commit c6010d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LDLIBS += -lpcap -lpthread #-lefence
# Optional C compiler and linker flags. Typical driftnet builds have support
# for displaying captured images in an X window, and need the following flags:
CFLAGS += `pkg-config --cflags gtk+-2.0` `pkg-config --cflags libpng`
LDLIBS += -ljpeg -lungif `pkg-config --libs gtk+-2.0` `pkg-config --cflags libpng`
LDLIBS += -ljpeg -lgif `pkg-config --libs gtk+-2.0` `pkg-config --cflags libpng`

# Alternatively, you can build a version of driftnet which can only be used
# in `adjunct' mode as the back end for some other image-processing program. To
Expand Down

0 comments on commit c6010d8

Please sign in to comment.