2b9e18a103
[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'.
12 lines
287 B
Makefile
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
|
|
|