~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to plugins/enttec/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile.am
2
2
# Automake file for ENTTEC plugin
3
3
#
4
 
# $Id: Makefile.am 18312 2006-06-02 06:53:30Z jmayer $
 
4
# $Id: Makefile.am 20160 2006-12-19 22:24:16Z jake $
5
5
#
6
6
# Wireshark - Network traffic analyzer
7
7
# By Gerald Combs <gerald@wireshark.org>
115
115
 
116
116
EXTRA_DIST = \
117
117
        Makefile.common         \
118
 
        Makefile.nmake
 
118
        Makefile.nmake          \
 
119
        moduleinfo.nmake        \
 
120
        plugin.rc.in
 
121