~ubuntu-branches/ubuntu/karmic/libnetfilter-log/karmic

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt, Max Kellermann, Alexander Wirt
  • Date: 2009-04-02 11:05:59 UTC
  • mfrom: (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090402110559-1cem0lgor2pgdel3
Tags: 0.0.16-1
[ Max Kellermann ]
* new upstream release
* build with libnfnetlink-dev 0.0.41

[ Alexander Wirt ]
* Bump standards version (no changes) 
* Fix copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
              exit 1;; \
186
186
          esac; \
187
187
        done; \
188
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
 
188
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/Makefile'; \
189
189
        cd $(top_srcdir) && \
190
 
          $(AUTOMAKE) --gnu  include/Makefile
 
190
          $(AUTOMAKE) --foreign  include/Makefile
191
191
.PRECIOUS: Makefile
192
192
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
193
193
        @case '$?' in \