~ubuntu-branches/ubuntu/trusty/conntrack/trusty-proposed

« back to all changes in this revision

Viewing changes to include/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt, Max Kellermann
  • Date: 2008-04-14 23:09:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080414230922-9xoi1gl38tc8lyng
Tags: 1:0.9.6-4
[ Max Kellermann ]
fix compilation on SPARC (printf argument mismatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
noinst_HEADERS = conntrack.h linux_list.h
 
2
noinst_HEADERS = alarm.h jhash.h slist.h cache.h linux_list.h linux_rbtree.h \
 
3
                 sync.h conntrackd.h local.h us-conntrack.h \
 
4
                 debug.h log.h hash.h mcast.h conntrack.h \
 
5
                 state_helper.h network.h ignore.h queue.h \
 
6
                 traffic_stats.h netlink.h fds.h
 
7