hydra: Clarify the dependency on BDW-GC.

This commit is contained in:
Ludovic Courtès
2011-01-14 12:53:54 +00:00
parent 55a6f53c66
commit 18e23e90e2
4 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,8 @@
bin_PROGRAMS = hydra_eval_jobs
hydra_eval_jobs_SOURCES = hydra_eval_jobs.cc
hydra_eval_jobs_LDADD = -lmain -lexpr -L$(nix)/lib/nix
AM_CXXFLAGS = \
-I$(nix)/include/nix
hydra_eval_jobs_LDADD = -lmain -lexpr -L$(nix)/lib/nix $(BDW_GC_LIBS)
AM_CXXFLAGS = \
-I$(nix)/include/nix \
$(BDW_GC_CFLAGS)

View File

@ -1,6 +1,8 @@
#include <map>
#include <iostream>
#include <gc/gc_allocator.h>
#include "shared.hh"
#include "store-api.hh"
#include "eval.hh"