~stolowski/libunity/libunity.error-state

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Tarmac
  • Author(s): Michal Hruby
  • Date: 2012-08-16 09:39:51 UTC
  • mfrom: (159.1.4 libunity)
  • Revision ID: tarmac-20120816093951-nznxnzvwf5d0t5up
Switch visibility of AsyncPreview and SeriesPreview, add no-details hint to base preview. Fixes: . Approved by Pawel Stolowski.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
$(libunity_la_GENERATED): libunity_la_vala.stamp
122
122
 
123
123
#
124
 
# The reason for the 'sed' below is https://bugzilla.gnome.org/show_bug.cgi?id=642576
 
124
# The reason for the first 'sed' below is:
 
125
# https://bugzilla.gnome.org/show_bug.cgi?id=642576
 
126
#
 
127
# The second is there because forced cname in Vala is not properly propagated
 
128
# into the gir file. Need https://bugzilla.gnome.org/show_bug.cgi?id=681356
125
129
#
126
130
libunity_la_vala.stamp: $(libunity_la_VALASOURCES)
127
131
        $(AM_V_GEN) $(VALAC) $(libunity_la_VALAFLAGS) $^
128
132
        @sed -i -e 's/<namespace name="Unity" version="@GIR_VERSION@" c:prefix="Unity">/<namespace name="Unity" version="@GIR_VERSION@" c:prefix="Unity" shared-library="libunity.so.@LIBUNITY_LT_CURRENT@">/g' Unity-@GIR_VERSION@.gir
129
133
        @sed -i -e 's/emit_finished/finished/g' Unity-@GIR_VERSION@.gir
 
134
        @sed -i -e 's/emit_preview_ready/preview_ready/g' Unity-@GIR_VERSION@.gir
130
135
        @touch $@
131
136
 
132
137
BUILT_SOURCES += libunity_la_vala.stamp