438b41f7e1
[GB.GEOM] * NEW: Make the component visible.
13 lines
341 B
Makefile
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
|