summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jamfile1
-rw-r--r--Jamrules4
-rw-r--r--apps/Jamfile1
3 files changed, 2 insertions, 4 deletions
diff --git a/Jamfile b/Jamfile
index 45af4951..95dbd238 100644
--- a/Jamfile
+++ b/Jamfile
@@ -22,7 +22,6 @@ SubInclude TOP raster ;
SubInclude TOP fonts ;
SubInclude TOP mupdf ;
-SubInclude TOP samus ;
SubInclude TOP apps ;
diff --git a/Jamrules b/Jamrules
index ee06b007..ee071e02 100644
--- a/Jamrules
+++ b/Jamrules
@@ -118,9 +118,9 @@ HDRS = [ FDirName $(TOP) include ] ;
BINDIR = [ FDirName $(TOP) dist ] ;
-LINKLIBS = $(FREETYPELD) -lexpat -ljpeg -lz -lm ;
+LINKLIBS = $(FREETYPELD) -ljpeg -lz -lm ;
FITZLIBS =
- libsamus libmupdf libfonts
+ libmupdf libfonts
libraster
libworld
libstream
diff --git a/apps/Jamfile b/apps/Jamfile
index 672b8671..13b15cce 100644
--- a/apps/Jamfile
+++ b/apps/Jamfile
@@ -7,7 +7,6 @@ SubDir TOP apps ;
APPLIST =
pdftool
- samshow
;
for APP in $(APPLIST)