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

« back to all changes in this revision

Viewing changes to plugins/docsis/Makefile.in

  • 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:
17
17
# Makefile.am
18
18
# Automake file for DOCSIS plugin
19
19
#
20
 
# $Id: Makefile.am 18312 2006-06-02 06:53:30Z jmayer $
 
20
# $Id: Makefile.am 20159 2006-12-19 22:23:56Z jake $
21
21
#
22
22
# Wireshark - Network traffic analyzer
23
23
# By Gerald Combs <gerald@wireshark.org>
154
154
AWK = @AWK@
155
155
CC = @CC@
156
156
CCDEPMODE = @CCDEPMODE@
 
157
CC_FOR_BUILD = @CC_FOR_BUILD@
157
158
CFLAGS = @CFLAGS@
158
159
CPP = @CPP@
159
160
CPPFLAGS = @CPPFLAGS@
237
238
KRB5_CONFIG = @KRB5_CONFIG@
238
239
KRB5_LIBS = @KRB5_LIBS@
239
240
LDFLAGS = @LDFLAGS@
 
241
LDFLAGS_SHAREDLIB = @LDFLAGS_SHAREDLIB@
240
242
LEX = @LEX@
241
243
LEXLIB = @LEXLIB@
242
244
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
462
464
EXTRA_DIST = \
463
465
        Makefile.common         \
464
466
        Makefile.nmake          \
 
467
        moduleinfo.nmake        \
 
468
        plugin.rc.in            \
465
469
        README
466
470
 
467
471
all: all-am