~fginther/libgrip/libgrip-0.3.5-precise

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Stephen M. Webb
  • Date: 2011-03-04 19:15:32 UTC
  • mfrom: (0.1.30 libgrip)
  • mto: (17.1.1 ubuntu)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: stephen.webb@canonical.com-20110304191532-46jnihnpbul5w569
Tags: upstream-0.1.4
ImportĀ upstreamĀ versionĀ 0.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
top_build_prefix = @top_build_prefix@
266
266
top_builddir = @top_builddir@
267
267
top_srcdir = @top_srcdir@
 
268
grip_version_script = \
 
269
        $(srcdir)/libgrip-0.1.ver
 
270
 
268
271
grip_built_public_sources = \
269
272
        griptypebuiltins.h
270
273
 
277
280
 
278
281
EXTRA_DIST = \
279
282
        griptypebuiltins.h.in           \
280
 
        griptypebuiltins.c.in
 
283
        griptypebuiltins.c.in           \
 
284
        $(grip_version_script)
281
285
 
282
286
CLEANFILES = $(am__append_1)
283
287
@HAVE_INTROSPECTION_TRUE@BUILT_GIRSOURCES = Grip-0.1.gir
315
319
        grip.h
316
320
 
317
321
libgrip_0_1_la_LIBADD = $(GTK_LIBS) $(GEIS_LIBS)
318
 
libgrip_0_1_la_LDFLAGS = $(GTK_LT_LDFLAGS)
 
322
libgrip_0_1_la_LDFLAGS = \
 
323
        -Wl,-z,defs -Wl,--as-needed                     \
 
324
        -Wl,--version-script=$(grip_version_script)     \
 
325
        $(GRIP_LT_LDFLAGS)                              \
 
326
        $(GTK_LT_LDFLAGS)
 
327
 
319
328
gripheadersdir = $(includedir)/grip-0.1/grip
320
329
DISTCLEANFILES = \
321
330
        stamp-griptypebuiltins.h        \