~vibhavp/ubuntu/saucy/urg/merge-from-debian

« back to all changes in this revision

Viewing changes to src/cpp/connection/sdl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Albert Huang
  • Date: 2011-05-20 11:33:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110520113303-u8niofzwzcea0osk
Tags: 0.8.12-1
* New upstream release (closes: #624987)
* Add debian/watch file
* Bump standards-version to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
DIST_COMMON = $(liburg_connection_sdl_include_HEADERS) \
38
38
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
41
 
        $(top_srcdir)/configure.in
 
40
am__aclocal_m4_deps = $(top_srcdir)/configure.in
42
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
42
        $(ACLOCAL_M4)
44
43
mkinstalldirs = $(install_sh) -d
94
93
AUTOHEADER = @AUTOHEADER@
95
94
AUTOMAKE = @AUTOMAKE@
96
95
AWK = @AWK@
97
 
BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
98
 
BOOST_LDFLAGS = @BOOST_LDFLAGS@
99
96
CC = @CC@
100
97
CCDEPMODE = @CCDEPMODE@
101
98
CFLAGS = @CFLAGS@