8acbd755a2
* NEW: That new switcher component chooses between gb.gtk.opengl and gb.qt4.opengl according to the current desktop in use. git-svn-id: svn://localhost/gambas/trunk@4719 867c0c6c-44f3-4631-809d-bfa615b0a4ec
11 lines
307 B
Makefile
11 lines
307 B
Makefile
COMPONENT = gb.gui.opengl
|
|
include $(top_srcdir)/component.am
|
|
|
|
gblib_LTLIBRARIES = gb.gui.opengl.la
|
|
|
|
gb_gui_opengl_la_LIBADD =
|
|
gb_gui_opengl_la_LDFLAGS = -module @LD_FLAGS@
|
|
gb_gui_opengl_la_CFLAGS = -I$(top_srcdir)/share -I$(top_srcdir)/gbx @INCLTDL@ $(AM_CFLAGS)
|
|
|
|
gb_gui_opengl_la_SOURCES = main.h main.c
|
|
|