diff options
Diffstat (limited to 'src/libstore/Makefile.am')
-rw-r--r-- | src/libstore/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index 1f294fde6609..0801cba07138 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -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 |