about summary refs log tree commit diff
path: root/src/libexpr
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-09-04T22·55+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-09-04T22·55+0000
commitbafc1690fc4a2a2c3ff81ff1c1a677f208d3b1b7 (patch)
tree822877e73d7e4ffe4dd3ef3b1a1ff02dafaed186 /src/libexpr
parente5a6c09b12a9a68ba604d4e95adf28482ae8fc8d (diff)
* Move setuid stuff to libutil.
* Install libexpr header files.

Diffstat (limited to 'src/libexpr')
-rw-r--r--src/libexpr/Makefile.am13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/libexpr/Makefile.am b/src/libexpr/Makefile.am
index 01a2a2f12d..3d255d6bbd 100644
--- a/src/libexpr/Makefile.am
+++ b/src/libexpr/Makefile.am
@@ -1,11 +1,12 @@
 pkglib_LTLIBRARIES = libexpr.la
 
-libexpr_la_SOURCES = nixexpr.cc nixexpr.hh \
- eval.cc eval.hh primops.cc \
- lexer-tab.cc lexer-tab.hh parser-tab.cc parser-tab.hh \
- get-drvs.cc get-drvs.hh \
- attr-path.cc attr-path.hh \
- expr-to-xml.cc expr-to-xml.hh
+libexpr_la_SOURCES = \
+ nixexpr.cc eval.cc primops.cc lexer-tab.cc parser-tab.cc \
+ get-drvs.cc attr-path.cc expr-to-xml.cc
+
+pkginclude_HEADERS = \
+ nixexpr.hh eval.hh parser.hh lexer-tab.hh parser-tab.hh \
+ get-drvs.hh attr-path.hh expr-to-xml.hh
 
 libexpr_la_LIBADD = ../libutil/libutil.la ../libstore/libstore.la \
  ../boost/format/libformat.la