build: corrected --libs flags
commit26a0bc34cd727789d3263dd5627b566b5ed979a2
authorNicola Fontana <ntd@entidi.it>
Wed, 19 Dec 2012 21:14:28 +0000 (19 22:14 +0100)
committerNicola Fontana <ntd@entidi.it>
Wed, 19 Dec 2012 21:14:28 +0000 (19 22:14 +0100)
tree8f632ec51f25398b2c54accbb2c75ef3a688a885
parent1cb425480dc2dd0544918de353fee34f26078e08
build: corrected --libs flags

Stuff to keep in mind:
- LDFLAGS are reserved for linker *flags*;
- LIBADD is a per-library variable and must include object/libraries to
  link library against;
- LDADD is the per-program version of LIBADD;
- external objects/libraries should be specified with -L and -l;
- internal objects/libraries should be specified directly (adding full
  path to .la for shared internal libraries);
- objects/libraries order is significative: any item can depend on the
  following items but not on the preceeding ones.
src/adg/Makefile.am
src/cpml/Makefile.am