11 lines
205 B
Makefile
11 lines
205 B
Makefile
## 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_LIBADD = \
|
|
-lpari
|