libbrandt/Makefile.am

11 lines
205 B
Makefile
Raw Normal View History

2016-06-01 01:08:43 +02:00
## Makefile.am -- Process this file with automake to produce Makefile.in
# how to build a so library?
2016-06-01 08:35:51 +02:00
lib_LTLIBRARIES = \
libbrandt.la
libbrandt_la_SOURCES = \
smc.c
libbrandt_la_LIBADD = \
2016-06-01 08:35:51 +02:00
-lpari