c31ba82e67
* BUG: Forgot to add the source files! git-svn-id: svn://localhost/gambas/trunk@7102 867c0c6c-44f3-4631-809d-bfa615b0a4ec
12 lines
328 B
Makefile
12 lines
328 B
Makefile
COMPONENT = gb.gui.qt.webkit
|
|
include $(top_srcdir)/component.am
|
|
|
|
gblib_LTLIBRARIES = gb.gui.qt.webkit.la
|
|
|
|
gb_gui_qt_webkit_la_LIBADD =
|
|
gb_gui_qt_webkit_la_LDFLAGS = -module @LD_FLAGS@
|
|
gb_gui_qt_webkit_la_CFLAGS = -I$(top_srcdir)/share -I$(top_srcdir)/gbx @INCLTDL@ $(AM_CFLAGS)
|
|
|
|
gb_gui_qt_webkit_la_SOURCES = \
|
|
main.h main.c
|
|
|