~ubuntu-branches/ubuntu/oneiric/soundmodem/oneiric

« back to all changes in this revision

Viewing changes to configapp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2011-06-22 07:12:47 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110622071247-s9548jfjv3shfu1v
Tags: 0.16-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39
39
        AUTHORS COPYING ChangeLog INSTALL NEWS
40
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
42
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
43
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
44
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
45
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
42
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
47
        $(ACLOCAL_M4)
44
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
162
166
PACKAGE_VERSION = @PACKAGE_VERSION@
163
167
PATH_SEPARATOR = @PATH_SEPARATOR@
164
168
PKG_CONFIG = @PKG_CONFIG@
 
169
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
170
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
165
171
POSUB = @POSUB@
166
172
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
167
173
PTHREAD_LIBS = @PTHREAD_LIBS@