~ubuntu-branches/ubuntu/raring/librsvg/raring-proposed

« back to all changes in this revision

Viewing changes to gtk-engine/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-27 01:47:52 UTC
  • mfrom: (1.1.32) (36 experimental)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: package-import@ubuntu.com-20120327014752-c9vmipiww40cnip7
Tags: 2.36.0-1
* New upstream release.
* Update debian/copyright using the machine-readable copyright format 1.0.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        $(GTK2_CFLAGS)          \
29
29
        $(LIBRSVG_CFLAGS)       \
30
30
        $(LIBCROCO_CFLAGS)      \
31
 
        $(LIBGSF_CFLAGS)        \
32
31
        $(AM_CFLAGS)
33
32
 
34
33
libsvg_la_LDFLAGS =  -avoid-version -module $(AM_LDFLAGS)
36
35
        $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la \
37
36
        $(GTK2_LIBS)            \
38
37
        $(LIBRSVG_LIBS)         \
39
 
        $(LIBCROCO_LIBS)        \
40
 
        $(LIBGSF_LIBS)
 
38
        $(LIBCROCO_LIBS)
41
39
 
42
40
if PLATFORM_WIN32
43
41
libsvg_la_LDFLAGS += -no-undefined