OSDN Git Service

Various fixes:
[handbrake-jp/handbrake-jp-git.git] / Jamfile
diff --git a/Jamfile b/Jamfile
index c068d54..b0a2199 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -29,7 +29,8 @@ if $(OS) != CYGWIN
 
 # Interfaces
 CLI_BIN = HandBrakeCLI ;
-CLI_SRC = test/test.c ;
+CLI_SRC = test/test.c 
+          test/parsecsv.c ;
 BEOS_BIN = HandBrake ;
 BEOS_SRC = beos/HBApp.cpp beos/MainWindow.cpp beos/ScanWindow.cpp
            beos/PicWindow.cpp beos/Stepper.cpp beos/QueueWindow.cpp ;