Eric Van Buggenhaut <[EMAIL PROTECTED]> 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. -- [EMAIL PROTECTED] : 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 [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

