A collection of programs written in ponylang.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
375 B

if HAVE_LD_VERSION_SCRIPT
VERSION_LDFLAGS = -Wl,--version-script=$(top_srcdir)/lib/fnvutil.map
else
VERSION_LDFLAGS = -export-symbols $(top_srcdir)/lib/fnvutil.sym
endif
lib_LTLIBRARIES = libfnvutil.la
libfnvutil_la_SOURCES = fnvutil.c
libfnvutil_la_CPPFLAGS = -I$(top_srcdir)/libfnv/include -Wall
libfnvutil_la_LDFLAGS = $(VERSION_LDFLAGS)
EXTRA_DIST = fnvutil.h