diff options
Diffstat (limited to 'src/libstore/Makefile.am')
-rw-r--r-- | src/libstore/Makefile.am | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/libstore/Makefile.am b/src/libstore/Makefile.am index 3730ae5b2de1..515311efac78 100644 --- a/src/libstore/Makefile.am +++ b/src/libstore/Makefile.am @@ -1,12 +1,14 @@ pkglib_LTLIBRARIES = libstore.la libstore_la_SOURCES = \ - store.cc store.hh derivations.cc derivations.hh \ - build.cc build.hh \ - misc.cc misc.hh \ - globals.cc globals.hh db.cc db.hh \ - references.cc references.hh pathlocks.cc pathlocks.hh \ - gc.cc gc.hh + store.cc derivations.cc build.cc misc.cc globals.cc db.cc \ + references.cc pathlocks.cc gc.cc + +pkginclude_HEADERS = \ + store.hh derivations.hh build.hh misc.hh globals.hh db.hh \ + references.hh pathlocks.hh gc.hh + +libstore_la_LIBADD = ../libutil/libutil.la ../boost/format/libformat.la BUILT_SOURCES = derivations-ast.cc derivations-ast.hh |