~ubuntu-branches/ubuntu/raring/gwibber/raring-proposed

« back to all changes in this revision

Viewing changes to gwibber/microblog/plugins/foursquare/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-08-21 17:08:05 UTC
  • mfrom: (1.1.80)
  • Revision ID: package-import@ubuntu.com-20120821170805-e5r3eoccjy7awc0n
Tags: 3.5.3-0ubuntu1
* New upstream release
  - Ported to Ubuntu Online Accounts
  - Fixed all the GTK warnings, thanks to Jeff Licquia
* debian/control
  - Added depends for gir1.2-signon-1.0 to gwibber-service
  - added build depends for libsignon-glib-dev and libaccounts-glib-dev
  - added breaks, conflicts and replaces to handle soname change
* debian/gwibber.install
  - remove gwibber-accounts related files

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
ac_ct_AR = @ac_ct_AR@
292
292
ac_ct_CC = @ac_ct_CC@
293
293
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
294
ag_applicationdir = @ag_applicationdir@
294
295
am__include = @am__include@
295
296
am__leading_dot = @am__leading_dot@
296
297
am__quote = @am__quote@
343
344
top_build_prefix = @top_build_prefix@
344
345
top_builddir = @top_builddir@
345
346
top_srcdir = @top_srcdir@
346
 
SUBDIRS = gtk ui
 
347
SUBDIRS = ui
347
348
plugindir = $(datadir)/gwibber/plugins/foursquare
348
349
plugin_PYTHON = \
349
350
        __init__.py
408
409
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
409
410
        done || exit $$?; \
410
411
        if test -n "$$dlist"; then \
411
 
          $(am__py_compile) --destdir "$(DESTDIR)" \
412
 
                            --basedir "$(plugindir)" $$dlist; \
 
412
          if test -z "$(DESTDIR)"; then \
 
413
            $(am__py_compile) --basedir "$(plugindir)" $$dlist; \
 
414
          else \
 
415
            $(am__py_compile) --destdir "$(DESTDIR)" \
 
416
                              --basedir "$(plugindir)" $$dlist; \
 
417
          fi; \
413
418
        else :; fi
414
419
 
415
420
uninstall-pluginPYTHON: