gambas-source-code/main/lib/hash/Makefile.am

15 lines
273 B
Text
Raw Normal View History

COMPONENT = gb.hash
include $(top_srcdir)/component.am
gblib_LTLIBRARIES = gb.hash.la
gb_hash_la_LDFLAGS = -module @LD_FLAGS@
gb_hash_la_CFLAGS = -I$(top_srcdir)/share $(AM_CFLAGS)
gb_hash_la_SOURCES = \
main.h main.c \
hash.h hash.c platform.h \
c_hash.h c_hash.c