aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 5d74873c0333a5f9a0f1e27b2c1db4025b87450e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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

libbrandt_la_LDFLAGS = \
  -version-info 0:0:0