cogl/Makefile.am: pass EXTRA_LDFLAGS for linking
authorRobert Bragg <robert@linux.intel.com>
Tue, 19 Apr 2011 16:40:57 +0000 (17:40 +0100)
committerRobert Bragg <robert@linux.intel.com>
Thu, 5 May 2011 14:05:41 +0000 (15:05 +0100)
commit8bde73529f8d08ad9cc9b64df482ec93fd5ed804
tree64bf1181ba1e215dd32799f630f5de2bd4abc77b
parent7a3d06c55c99317e6193c56742d21c6930fbb340
cogl/Makefile.am: pass EXTRA_LDFLAGS for linking

When building on windows for example we need to ensure we pass
-no-undefined to the linker. Although we were substituting a
COGL_EXTRA_LDFLAGS variable from our configure.ac we forgot to
reference that when linking cogl.
clutter/cogl/cogl/Makefile.am