gambas-source-code/main/lib/geom/Makefile.am
Benoît Minisini 438b41f7e1 Make the component visible.
[GB.GEOM]
* NEW: Make the component visible.
2022-08-09 02:49:52 +02:00

13 lines
341 B
Makefile

COMPONENT = gb.geom
include $(top_srcdir)/component.am
gblib_LTLIBRARIES = gb.geom.la
gb_geom_la_LIBADD = @MATH_LIB@
gb_geom_la_LDFLAGS = -module @LD_FLAGS@
gb_geom_la_CFLAGS = -I$(top_srcdir)/share @INCLTDL@ $(AM_CFLAGS)
gb_geom_la_SOURCES = \
crect.h crect.c crect_temp.h \
cpoint.h cpoint.c cpoint_temp.h \
gb.geom.h main.h main.c