2022-09-13 02:48:11 +02:00
|
|
|
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 = \
|
2022-09-17 22:41:29 +02:00
|
|
|
main.h main.c \
|
|
|
|
hash.h hash.c platform.h \
|
|
|
|
c_hash.h c_hash.c
|
2022-09-13 02:48:11 +02:00
|
|
|
|
|
|
|
|