blob: a9a5971716f677719c29cba5335fd3c3e665318a (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Makefile.am -- Process this file with automake to produce Makefile.in
# how to build a so library?
lib_LTLIBRARIES = \
libbrandt.la
libbrandt_la_SOURCES = \
smc.c
libbrandt_la_LDADD = \
-lpari
|