1
0
Fork 0

2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/Makefile.am: Use the build dir when linking to the
	internal pango clutter renderer.
This commit is contained in:
Emmanuele Bassi 2007-01-18 11:25:26 +00:00
parent f2291525fd
commit bf688bbbeb
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/Makefile.am: Use the build dir when linking to the
internal pango clutter renderer.
2007-01-18 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-fixed.h: fixed a typo in comment

View file

@ -135,10 +135,10 @@ INCLUDES = \
lib_LTLIBRARIES = libclutter-@CLUTTER_MAJORMINOR@.la
libclutter_@CLUTTER_MAJORMINOR@_la_LIBADD = \
@CLUTTER_LIBS@ $(top_srcdir)/clutter/pango/libpangoclutter.la
@CLUTTER_LIBS@ $(top_builddir)/clutter/pango/libpangoclutter.la
libclutter_@CLUTTER_MAJORMINOR@_la_LDFLAGS = @CLUTTER_LT_LDFLAGS@
libclutter_@CLUTTER_MAJORMINOR@_la_DEPENDENCIES = \
$(top_srcdir)/clutter/pango/libpangoclutter.la
$(top_builddir)/clutter/pango/libpangoclutter.la
clutterheadersdir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter
clutterheaders_HEADERS = $(source_h) \