projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0b9ef1
)
output: Link cairo and libxml2 against liboutput.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 17 Feb 2023 00:22:27 +0000
(16:22 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 17 Feb 2023 00:22:27 +0000
(16:22 -0800)
This is almost meaningless to me but the bug reporter said it fixed
something.
Bug #63606.
Thanks to Michael Orlitzky for reporting the bug.
src/output/automake.mk
patch
|
blob
|
history
diff --git
a/src/output/automake.mk
b/src/output/automake.mk
index 822a00200b04ce8ae75ab65a4c902506f970668d..73d75a18c1af233e5e4f8884616b8db0fa79e3ab 100644
(file)
--- a/
src/output/automake.mk
+++ b/
src/output/automake.mk
@@
-20,6
+20,8
@@
noinst_LTLIBRARIES += src/output/liboutput.la
src_output_liboutput_la_CPPFLAGS = $(LIBXML2_CFLAGS) $(AM_CPPFLAGS)
+src_output_liboutput_la_LIBADD = $(CAIRO_LIBS) $(LIBXML2_LIBS)
+
src_output_liboutput_la_SOURCES = \
src/output/ascii.c \
src/output/ascii.h \