diff options
Diffstat (limited to 'Jamfile')
-rw-r--r-- | Jamfile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 # |