about summary refs log tree commit diff
path: root/src/libexpr/Makefile
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-09T15·53+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-01-09T15·53+0100
commitb4c684e0f9c6890e13f9a5cc90b5e379b3d1f75d (patch)
tree1725a8dfe010d2587fcf3b1c3f930bbdacaea8a6 /src/libexpr/Makefile
parent568b1b0a8a65cb255d6a7a33dfe2c15df3212103 (diff)
Update Makefiles
Diffstat (limited to 'src/libexpr/Makefile')
-rw-r--r--src/libexpr/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libexpr/Makefile b/src/libexpr/Makefile
index c6ed7d14b9bf..de276aa65296 100644
--- a/src/libexpr/Makefile
+++ b/src/libexpr/Makefile
@@ -4,10 +4,7 @@ libexpr_NAME = libnixexpr
 
 libexpr_DIR := $(d)
 
-libexpr_SOURCES = \
-  nixexpr.cc eval.cc primops.cc lexer-tab.cc parser-tab.cc \
-  get-drvs.cc attr-path.cc value-to-xml.cc value-to-json.cc \
-  common-opts.cc names.cc
+libexpr_SOURCES := $(wildcard $(d)/*.cc) $(d)/lexer-tab.cc $(d)/parser-tab.cc
 
 libexpr_LIBS = libutil libstore libformat