3e0b760dc6
[GB.GTK3.WEBVIEW] * NEW: WebView: Add Title and Zoom properties. * NEW: WebView: Add History property and history support. [GB.GUI] * NEW: Enhance debugging messages. [GB.GUI.OPENGL] * NEW: Fix debugging messages. [GB.GUI.QT] * NEW: Enhance debugging messages. [GB.GUI.WEBVIEW] * NEW: New QT/GTK+ web browser switcher component. [GB.QT5.WEBVIEW] * NEW: WebView: Add Title and Zoom properties. * NEW: WebView: Add History property and history support.
11 lines
313 B
Makefile
11 lines
313 B
Makefile
COMPONENT = gb.gui.webview
|
|
include $(top_srcdir)/component.am
|
|
|
|
gblib_LTLIBRARIES = gb.gui.webview.la
|
|
|
|
gb_gui_webview_la_LIBADD =
|
|
gb_gui_webview_la_LDFLAGS = -module @LD_FLAGS@
|
|
gb_gui_webview_la_CFLAGS = -I$(top_srcdir)/share -I$(top_srcdir)/gbx @INCLTDL@ $(AM_CFLAGS)
|
|
|
|
gb_gui_webview_la_SOURCES = main.h main.c
|
|
|