1 2 3 4 5 6 7 8 9 10 11 12 13 14
AM_CFLAGS=-Wall -Werror -D_GNU_SOURCE -I../include LIBS=-lz pkglib_LTLIBRARIES = libnebula.la libnebula_la_SOURCES = sha512.c sha512.h \ md5.c md5.h \ hmac.c hmac.h \ util.c util.h \ libnebula.c libnebula_la_LDFLAGS = -no-undefined -version-info 0:0:0