Skip to content

Commit

Permalink
Add src/server/upstream.lisp to the ASD system definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri committed May 21, 2014
1 parent 9c859c4 commit bf4ab4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pginstall.asd
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@
(:file "paths" :depends-on ("package"))
(:file "cache" :depends-on ("package" "paths"))
(:file "frontend" :depends-on ("package"))
(:file "upstream" :depends-on ("package"))
(:file "server" :depends-on ("package"
"json"
"frontend"))))
"frontend"
"upstream"))))

(:module main
:depends-on ("common" "config" "repo" "animal" "server")
Expand Down

0 comments on commit bf4ab4b

Please sign in to comment.