16 lines
253 B
Makefile
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
|