summaryrefslogtreecommitdiffstats
path: root/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index c068d5400..b0a219958 100644
--- 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 ;