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

« back to all changes in this revision

Viewing changes to plugins/enttec/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 ENTTEC plugin
19
19
#
20
 
# $Id: Makefile.am 18312 2006-06-02 06:53:30Z jmayer $
 
20
# $Id: Makefile.am 20160 2006-12-19 22:24:16Z jake $
21
21
#
22
22
# Wireshark - Network traffic analyzer
23
23
# By Gerald Combs <gerald@wireshark.org>
144
144
AWK = @AWK@
145
145
CC = @CC@
146
146
CCDEPMODE = @CCDEPMODE@
 
147
CC_FOR_BUILD = @CC_FOR_BUILD@
147
148
CFLAGS = @CFLAGS@
148
149
CPP = @CPP@
149
150
CPPFLAGS = @CPPFLAGS@
227
228
KRB5_CONFIG = @KRB5_CONFIG@
228
229
KRB5_LIBS = @KRB5_LIBS@
229
230
LDFLAGS = @LDFLAGS@
 
231
LDFLAGS_SHAREDLIB = @LDFLAGS_SHAREDLIB@
230
232
LEX = @LEX@
231
233
LEXLIB = @LEXLIB@
232
234
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
416
418
 
417
419
EXTRA_DIST = \
418
420
        Makefile.common         \
419
 
        Makefile.nmake
 
421
        Makefile.nmake          \
 
422
        moduleinfo.nmake        \
 
423
        plugin.rc.in
420
424
 
421
425
all: all-am
422
426