gambas-source-code/main/lib/adt/Makefile.am
Tobias Boege f81c83c4f2 [CONFIGURATION]
* NEW: Move gb.adt to main/lib/adt. It doesn't have extra dependencies



git-svn-id: svn://localhost/gambas/trunk@5055 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-08-18 21:46:25 +00:00

14 lines
279 B
Makefile

COMPONENT = gb.adt
include $(top_srcdir)/component.am
gblib_LTLIBRARIES = gb.adt.la
gb_adt_la_LDFLAGS = -module @LD_FLAGS@
gb_adt_la_CFLAGS = -I$(top_srcdir)/share
gb_adt_la_SOURCES = \
main.h main.c \
c_list.h c_list.c \
c_deque.h c_deque.c \
c_circular.h c_circular.c