* First remote operation: isValidPath().

This commit is contained in:
Eelco Dolstra 2006-11-30 20:13:59 +00:00
parent 765bdfe542
commit a711689368
4 changed files with 63 additions and 7 deletions

View file

@ -6,7 +6,8 @@ libstore_la_SOURCES = \
pkginclude_HEADERS = \
store-api.hh local-store.cc remote-store.cc derivations.hh misc.hh \
globals.hh db.hh references.hh pathlocks.hh gc.hh
globals.hh db.hh references.hh pathlocks.hh gc.hh \
worker-protocol.hh
libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la