aboutsummaryrefslogtreecommitdiff
path: root/src/sman/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/sman/Makefile.in')
-rw-r--r--src/sman/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/sman/Makefile.in b/src/sman/Makefile.in
index 23e8a9ea..d751da48 100644
--- a/src/sman/Makefile.in
+++ b/src/sman/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2007, Gabriel Dos Reis.
+# Copyright (C) 2007-2008, Gabriel Dos Reis.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -58,7 +58,7 @@ spadclient_LDADD = $(libspad_la) @axiom_c_runtime_extra@
spadclient_DEPENDENCIES =
sman_SOURCES = sman.c
-sman_objects = $(sman_SOURCES:.c=.lo)
+sman_objects = $(sman_SOURCES:.c=.lo) $(top_builddir)/src/driver/utils.lo
sman_LDADD = $(libspad_la) @axiom_c_runtime_extra@
sman_DEPENDENCIES =
@@ -81,7 +81,8 @@ stamp: $(OUTLIB)/session$(EXEEXT) \
.PRECIOUS: %.lo %.obj
%.lo: %.c
- $(COMPILE) ${CCF} -o $@ $(axiom_includes) -I$(srcdir) $<
+ $(COMPILE) ${CCF} -o $@ $(axiom_includes) -I$(srcdir) \
+ -I$(top_srcdir)/src/driver $<
${OUTLIB}/session$(EXEEXT): $(session_objects) $(session_DEPENDENCIES)
$(LINK) -o $@ $(session_objects) $(session_LDADD) ${LDF}