summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-17 17:27:56 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-17 17:27:56 +0000
commit477e97cd81afe4b86eea47e9abe6311fc22299fc (patch)
treea55a90e7c518a59d1ec38e62d4f867e13d423cad /src/expr/Makefile.am
parent73d8c7a4f4896455fef39c44c80bf3df30a52d89 (diff)
ignored items
Diffstat (limited to 'src/expr/Makefile.am')
-rw-r--r--src/expr/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/Makefile.am b/src/expr/Makefile.am
index d26a7483d..6833f9f97 100644
--- a/src/expr/Makefile.am
+++ b/src/expr/Makefile.am
@@ -1,9 +1,9 @@
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall
-noinst_LIBRARIES = libcore.a
+noinst_LIBRARIES = libexpr.a
-libcore_a_SOURCES = \
+libexpr_a_SOURCES = \
expr.cpp \
expr_builder.cpp \
expr_manager.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback