[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: unversioned shared library



Eric Van Buggenhaut <Eric.VanBuggenhaut@AdValvas.be> immo vero scripsit:

> This doesn't work here:
> 
> [eric@femto]$ automake
> Makefile.am:5: invalid unused variable name: `libiiwusynth_la_LDFLAGS'
> [eric@femto]$
> 
> 
> [eric@femto]$cat Makefile.am 
> ## Process this file with automake to produce Makefile.in
> SUBDIRS = src
> EXTRA_DIST = TODO acconfig.h acinclude.m4
> libiiwusynth_la_LDFLAGS = -export-dynamic -release @VERSION@ -version-info 0:0:0
> [eric@femto]$                       
> 

You're adding it to the wrong Makefile.am
Add it somewhere with libiiwusynth_la_SOURCES are defined.

-- 
dancer@debian.org : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4
Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/


-- 
To UNSUBSCRIBE, email to debian-mentors-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: