aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-01 08:35:51 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-01 08:35:51 +0200
commit0c7f7eee9df7274c293c80171c80ea8506d10950 (patch)
tree354115ce0d96669bcfa199975769c837c6504891 /Makefile.am
parent33bf645eaf0093336b7bcaedc4d650bc919c7f05 (diff)
downloadlibbrandt-0c7f7eee9df7274c293c80171c80ea8506d10950.tar.gz
libbrandt-0c7f7eee9df7274c293c80171c80ea8506d10950.zip
fix build sys
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
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 @@
1## Makefile.am -- Process this file with automake to produce Makefile.in 1## Makefile.am -- Process this file with automake to produce Makefile.in
2# how to build a so library? 2# how to build a so library?
3lib_WATWAT = libbrandt 3
4libbrandt_SOURCES = smc.c 4lib_LTLIBRARIES = \
5#libbrandt_LDADD = how to add libpari.so here? 5 libbrandt.la
6
7libbrandt_la_SOURCES = \
8 smc.c
9libbrandt_la_LDADD = \
10 -lpari