summaryrefslogtreecommitdiff
path: root/src/parser/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/Makefile.am')
-rw-r--r--src/parser/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser/Makefile.am b/src/parser/Makefile.am
index 2a1b83dba..8ea47d140 100644
--- a/src/parser/Makefile.am
+++ b/src/parser/Makefile.am
@@ -1,9 +1,9 @@
INCLUDES = -I@srcdir@/../include -I@srcdir@/.. -I@builddir@
AM_CXXFLAGS = -Wall -fvisibility=hidden
-noinst_LIBRARIES = libparser.a
+noinst_LTLIBRARIES = libparser.la
-libparser_a_SOURCES = \
+libparser_la_SOURCES = \
pl_scanner.lpp \
pl.ypp \
smtlib_scanner.lpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback