~ubuntu-branches/ubuntu/vivid/gmyth/vivid

« back to all changes in this revision

Viewing changes to samples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-02-03 04:31:04 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203043104-bjnlgnqh9qgcf1x1
Tags: 0.7~svn916-0ubuntu1
* debian/control:
  - Add libmysqlclient15-dev to libgmyth-dev depends.
* debian/rules:
  - Build with proper include diretory.
  - Drop workaround rename rules since upstream doesn't 
    include debian/ anymore.
  - Drop workaround rule for 26mb gmyth.h since fixed
    upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
gmyth_upnp_search_LDADD = $(LDADD)
74
74
gmyth_upnp_search_DEPENDENCIES = $(top_builddir)/src/libgmyth.la
75
75
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
76
 
depcomp = $(SHELL) $(top_srcdir)/../depcomp
 
76
depcomp = $(SHELL) $(top_srcdir)/depcomp
77
77
am__depfiles_maybe = depfiles
78
78
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79
79
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)