~ubuntu-branches/ubuntu/intrepid/gnunet/intrepid

« back to all changes in this revision

Viewing changes to src/util/getopt/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2008-08-19 19:44:30 UTC
  • mfrom: (1.2.12 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080819194430-x5gjv8wd7t7ldkp0
Tags: 0.8.0a-1ubuntu1
* Merge from debian unstable, remaining changes: (LP: #256576)
  - debian/rules:
   + Make use of code from cdbs' clean-la.mk file to clear the
      dependency_libs field in all .la files in the gnunet-dev 
      package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
subdir = src/util/getopt
36
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
39
 
        $(top_srcdir)/m4/gtk-2.0.m4 $(top_srcdir)/m4/iconv.m4 \
40
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
41
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libcurl.m4 \
42
 
        $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/libxml2.m4 \
43
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
44
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
45
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
 
38
am__aclocal_m4_deps = $(top_srcdir)/m4/align.m4 \
 
39
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \
 
40
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
41
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
42
        $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
 
43
        $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/nls.m4 \
 
44
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
 
45
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
 
46
        $(top_srcdir)/configure.ac
46
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
48
        $(ACLOCAL_M4)
48
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs