summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2006-12-19 17:16:08 +0000
committerGeert Uytterhoeven <geert@linux-m68k.org>2006-12-19 17:16:08 +0000
commit4d475c1a3718defecee7948ea259bb9906e142f4 (patch)
treecf80d1a958d8996f556a7887eb3ab27edea64d0c
parentfe2372251f97be078875c9db02789b9945c896e1 (diff)
downloadfbtest-4d475c1a3718defecee7948ea259bb9906e142f4.tar.gz
Modern distro's (e.g. Debian, Fedora Core) seem to have -lnetpbm only
-rw-r--r--pnmtohex/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pnmtohex/Makefile b/pnmtohex/Makefile
index c5e2878..d89c8e4 100644
--- a/pnmtohex/Makefile
+++ b/pnmtohex/Makefile
@@ -3,7 +3,9 @@ TOPDIR = ..
HOST_TARGET = pnmtohex
-LIBS += -lnetpnm -lnetpbm -lnetpgm -lnetppm
+# Modern distro's (e.g. Debian, Fedora Core) seem to have -lnetpbm only
+#LIBS += -lnetpnm -lnetpbm -lnetpgm -lnetppm
+LIBS += -lnetpbm
include $(TOPDIR)/Rules.make