[ADG] Removed custom CFLAGS/LIBS from makefiles
commit75937acba615481ab706f4e4ebb59883679fce57
authorNicola Fontana <ntd@entidi.it>
Sat, 22 May 2010 12:51:30 +0000 (22 14:51 +0200)
committerNicola Fontana <ntd@entidi.it>
Sat, 22 May 2010 12:51:30 +0000 (22 14:51 +0200)
tree0c9dfb32748ec6e8f8a4e7a1ff0f7638220a037c
parentf5ae7c964aedd4de837c53880a5cc5f7c445d263
[ADG] Removed custom CFLAGS/LIBS from makefiles

Avoid to rely on custom flags from configure by directly using the ones
returned by pkg-config. This avoids double library dependencies and
allows to fine-tune the flags where appropriate, for example avoiding to
use either GObject and GTK+ flags (GTK+ flags yet includes the GObject
ones).
demo/Makefile.am
src/adg-gtk/Makefile.am
src/adg/Makefile.am
src/cpml/Makefile.am