diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-01 09:59:39 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-01 09:59:39 +0200 |
commit | 3a4870b7b731a72a2355eb5085b6eac3108c39f5 (patch) | |
tree | 3cb4d5497c9c0d6eabff51cc38c2d40853c27172 /Makefile.am | |
parent | 0c7f7eee9df7274c293c80171c80ea8506d10950 (diff) |
fix build system again (now it creates a .la file)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a9a5971..b1ca3d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,5 +6,5 @@ lib_LTLIBRARIES = \ libbrandt_la_SOURCES = \ smc.c -libbrandt_la_LDADD = \ +libbrandt_la_LIBADD = \ -lpari |