libbrandt/Makefile.am
2016-06-12 01:14:56 +02:00

16 lines
253 B
Makefile

## Makefile.am -- Process this file with automake to produce Makefile.in
SUBDIRS = doc
lib_LTLIBRARIES = \
libbrandt.la
libbrandt_la_SOURCES = \
crypto.c \
util.c
libbrandt_la_LIBADD = \
-lpari
libbrandt_la_LDFLAGS = \
-version-info 0:0:0