gambas-source-code/main/lib/gui/Makefile.am
gambas 2b9e18a103 Fix detection of GUI components.
[GB.GUI]
* BUG: Fix detection of GUI components and share some code with 'gb.gui.qt'.

[GB.GUI.QT]
* BUG: Fix detection of GUI components and share some code with 'gb.gui'.
2020-03-10 18:29:05 +01:00

12 lines
287 B
Makefile

COMPONENT = gb.gui
include $(top_srcdir)/component.am
gblib_LTLIBRARIES = gb.gui.la
gb_gui_la_LIBADD =
gb_gui_la_LDFLAGS = -module @LD_FLAGS@
gb_gui_la_CFLAGS = -I$(top_srcdir)/share -I$(top_srcdir)/gbx @INCLTDL@ $(AM_CFLAGS)
gb_gui_la_SOURCES = \
main.h main.c gb_gui_test_temp.h