aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2008-02-18 04:25:49 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2008-02-18 04:25:49 +0000
commit627bea95403fc0ee105289ad120bd45297b31aa3 (patch)
treef0e05d3559f23dfacd4515df8da77db834c0c96d /examples
parent7f650dbfa7e4bab6cf5bf03674effa193049f343 (diff)
downloadsg3_utils-627bea95403fc0ee105289ad120bd45297b31aa3.tar.gz
more Makfile changes due to sg_lib_data.c
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@152 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.freebsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.freebsd b/examples/Makefile.freebsd
index a7b2797a..6f0e2265 100644
--- a/examples/Makefile.freebsd
+++ b/examples/Makefile.freebsd
@@ -23,8 +23,8 @@ CFLAGS_PTHREADS = -D_REENTRANT
# there is no rule to make the following in the parent directory,
# it is assumed they are already built.
-D_FILES = ../sg_lib.o ../sg_pt_freebsd.o
-O_FILES = sg_lib.o sg_pt_freebsd.o
+D_FILES = ../sg_lib.o ../sg_lib_data.o ../sg_pt_freebsd.o
+O_FILES = sg_lib.o sg_lib_data.o sg_pt_freebsd.o
LDFLAGS = -lcam
# LDFLAGS = -v -lm