~ubuntu-branches/debian/sid/gnome-main-menu/sid

« back to all changes in this revision

Viewing changes to application-browser/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2009-11-08 21:22:49 UTC
  • mto: (5.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20091108212249-9cql8cptajeua2eh
Tags: upstream-0.9.13
ImportĀ upstreamĀ versionĀ 0.9.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
am_application_browser_OBJECTS = application-browser.$(OBJEXT)
49
49
application_browser_OBJECTS = $(am_application_browser_OBJECTS)
50
50
am__DEPENDENCIES_1 =
51
 
application_browser_DEPENDENCIES = $(am__DEPENDENCIES_1) \
52
 
        $(top_builddir)/libslab/libslab.la
 
51
application_browser_DEPENDENCIES = $(am__DEPENDENCIES_1)
53
52
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
54
53
depcomp = $(SHELL) $(top_srcdir)/depcomp
55
54
am__depfiles_maybe = depfiles
147
146
LDFLAGS = @LDFLAGS@
148
147
LIBOBJS = @LIBOBJS@
149
148
LIBS = @LIBS@
150
 
LIBSLAB_CFLAGS = @LIBSLAB_CFLAGS@
151
 
LIBSLAB_LIBS = @LIBSLAB_LIBS@
152
149
LIBTOOL = @LIBTOOL@
153
150
LIPO = @LIPO@
154
151
LN_S = @LN_S@
245
242
top_srcdir = @top_srcdir@
246
243
INCLUDES = \
247
244
        $(APPLICATION_BROWSER_CFLAGS)                           \
248
 
        -I$(top_srcdir)/libslab                                 \
249
245
        $(WARN_CFLAGS)
250
246
 
251
247
application_browser_SOURCES = \
252
248
        application-browser.c
253
249
 
254
250
application_browser_LDADD = \
255
 
        $(APPLICATION_BROWSER_LIBS)                             \
256
 
        $(top_builddir)/libslab/libslab.la
 
251
        $(APPLICATION_BROWSER_LIBS)
257
252
 
258
253
AM_CPPFLAGS = \
259
254
        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"