Skip to content

Commit

Permalink
Change pbm to netpbm.
Browse files Browse the repository at this point in the history
  • Loading branch information
brouhaha committed Jun 24, 2016
1 parent cdc73fc commit 42e34ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

CFLAGS = -Wall
LDFLAGS =
LDLIBS = -ltiff -ljpeg -lpbm -lz -lm
LDLIBS = -ltiff -ljpeg -lnetpbm -lz -lm

ifdef DEBUG
CFLAGS := $(CFLAGS) -g
Expand Down
2 changes: 1 addition & 1 deletion tumble_pbm.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <stdlib.h>
#include <strings.h> /* strcasecmp() is a BSDism */

#include <pbm.h>
#include <netpbm/pbm.h>
/*
* pbm_readpbmrow_packed always uses big-endian bit ordering.
* On little-endian processors (such as the x86), we want little-endian
Expand Down

0 comments on commit 42e34ac

Please sign in to comment.