summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Jamfile b/Jamfile
index 2b480bd6..7156b95d 100644
--- a/Jamfile
+++ b/Jamfile
@@ -264,6 +264,19 @@ Library libmupdf :
;
# --------------------------------------------------------------------------
+
+SubDir TOP samus ;
+
+Library libsamus :
+ # sa_zip.c
+ # sa_xml.c
+
+ ;
+
+Main foo : sa_zip.c ;
+LinkLibraries foo : $(FITZLIBS) ;
+
+# --------------------------------------------------------------------------
#
# Build simple portable apps
#