diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index a7a1e00..a9a5971 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,10 @@ ## 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? + +lib_LTLIBRARIES = \ + libbrandt.la + +libbrandt_la_SOURCES = \ + smc.c +libbrandt_la_LDADD = \ + -lpari |