6 lines
198 B
Makefile
6 lines
198 B
Makefile
|
## Makefile.am -- Process this file with automake to produce Makefile.in
|
||
|
# how to build a so library?
|
||
|
lib_WATWAT = libbrandt
|
||
|
libbrandt_SOURCES = smc.c
|
||
|
#libbrandt_LDADD = how to add libpari.so here?
|