~ubuntu-branches/ubuntu/maverick/glade-3/maverick

« back to all changes in this revision

Viewing changes to gladeui/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-06-23 14:34:16 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090623143416-wyf2igx9gop1bdhf
Tags: 3.6.6-0ubuntu1
* New upstream release (LP: #390957)
  - Fixed missing image dialogs for packing properties
  - Make assistant page-titles translatable (bug 503146)
  - Make GtkMessageDialog texts translatable (bug 586063)
  - Fixed obscure crash at project load time (James Liggett - bug 585860) (LP: #386995)
  - Migrated to use non-deprecated symbols from glib/GTK+ (Sam Thursfield - bug 572756) 
  - Introspect lowest GTK+ project dependancy when loading files with missing 
    versioning info (bug 586046).
  - Fixed runtime path resolutions on osx.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
common_defines = \
3
3
        -DG_LOG_DOMAIN=\"GladeUI\"                      \
 
4
        -DGLADE_PREFIX="\"$(prefix)\""                  \
4
5
        -DGLADE_DATADIR="\"$(pkgdatadir)\""             \
5
6
        -DGLADE_LIBDIR="\"$(pkglibdir)\""               \
6
7
        -DGLADE_CATALOGSDIR="\"$(pkgdatadir)/catalogs\""\
75
76
 
76
77
libgladeui_1_la_CFLAGS =    \
77
78
        $(GTK_CFLAGS)       \
 
79
        $(IGE_MAC_CFLAGS)  \
78
80
        $(WARN_CFLAGS)      \
79
81
        $(AM_CFLAGS)
80
82
 
81
83
libgladeui_1_la_LDFLAGS = -version-info $(GLADE_CURRENT):$(GLADE_REVISION):$(GLADE_AGE) $(AM_LDFLAGS)
82
 
libgladeui_1_la_LIBADD = $(GTK_LIBS)
 
84
libgladeui_1_la_LIBADD = $(GTK_LIBS) $(IGE_MAC_LIBS)
83
85
 
84
86
 
85
87
libgladeuiincludedir=$(includedir)/libgladeui-1.0/gladeui