toys/msg2pdf: incomplete port to new webkitgtk3

Compiles, doesn't work yet.
This commit is contained in:
Dirk-Jan C. Binnema
2020-03-11 10:28:43 +02:00
parent 89ab9f7351
commit 08d2e78d61
5 changed files with 110 additions and 67 deletions

View File

@ -30,6 +30,7 @@ AM_CPPFLAGS=-I${top_srcdir} -I${top_srcdir}/lib $(GTK_CFLAGS) $(WEBKIT_CFLAGS) \
# really need all the params they get
AM_CFLAGS= \
$(WARN_CFLAGS) \
$(ASAN_CFLAGS) \
-Wno-redundant-decls \
-Wno-deprecated-declarations \
-Wno-switch-enum
@ -67,6 +68,7 @@ DISTCLEANFILES= \
$(BUILT_SOURCES)
mug_LDADD= \
$(ASAN_LDFLAGS) \
${top_builddir}/lib/libmu.la \
libmuwidgets.la \
${GTK_LIBS}