forked from lix-project/hydra
* Fix building hydra_eval_jobs against the sqlite branch.
This commit is contained in:
parent
00b2f7c141
commit
934fbc868f
|
@ -2,4 +2,4 @@ NIX = /home/eelco/Dev/nix/inst
|
||||||
ATERM = /home/eelco/Dev/nix/externals/inst-aterm
|
ATERM = /home/eelco/Dev/nix/externals/inst-aterm
|
||||||
|
|
||||||
hydra_eval_jobs: hydra_eval_jobs.cc
|
hydra_eval_jobs: hydra_eval_jobs.cc
|
||||||
libtool --mode=link g++ -o hydra_eval_jobs hydra_eval_jobs.cc -I$(NIX)/include/nix -I$(ATERM)/include -L$(NIX)/lib/nix/ -lmain -lexpr -L$(ATERM)/lib -lATerm -Wall
|
libtool --mode=link g++ -o hydra_eval_jobs hydra_eval_jobs.cc -I$(NIX)/include/nix -I$(ATERM)/include -L$(NIX)/lib/nix/ -lmain -lexpr -Wall
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#include "util.hh"
|
#include "util.hh"
|
||||||
#include "xml-writer.hh"
|
#include "xml-writer.hh"
|
||||||
#include "get-drvs.hh"
|
#include "get-drvs.hh"
|
||||||
|
#include "aterm.hh"
|
||||||
|
|
||||||
using namespace nix;
|
using namespace nix;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue