summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2018-05-21 16:03:30 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2018-05-21 16:03:30 +0200
commit9d39648dfba3b2565e89b2de3a8a6db90ade6aaf (patch)
treec66f77792a9f08ab09ebd7c8df501d74c791e392
parente6ae55641fc883926e5c6b37582035542a673e5f (diff)
fixed typo which broke the compilation on Windows
-rw-r--r--src/runtime/c/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am
index edc4f88b2..8f9c8bf56 100644
--- a/src/runtime/c/Makefile.am
+++ b/src/runtime/c/Makefile.am
@@ -87,13 +87,14 @@ libpgf_la_SOURCES = \
pgf/graphviz.c \
pgf/aligner.c \
pgf/pgf.c \
- pgf/pgf.h \
-libpgf_la_LDFLAGS = "-no-undefined"
+ pgf/pgf.h
+libpgf_la_LDFLAGS = -no-undefined
libpgf_la_LIBADD = libgu.la
libsg_la_SOURCES = \
sg/sqlite3Btree.c \
sg/sg.c
+libsg_la_LDFLAGS = -no-undefined
libsg_la_LIBADD = libgu.la libpgf.la
bin_PROGRAMS =