diff options
author | Nathan Neulinger <nneul@umr.edu> | 2000-01-30 16:57:20 +0000 |
---|---|---|
committer | Nathan Neulinger <nneul@umr.edu> | 2000-01-30 16:57:20 +0000 |
commit | 53db0d558742e96e0a89b6f3930ed9fa0a4bd1eb (patch) | |
tree | ff2e97f5b09dba84b407c811f566560d515fc0df /.cvsignore | |
parent | 4494fa53a843898fe70c5f26d81c0564e730e1d8 (diff) | |
download | wireshark-53db0d558742e96e0a89b6f3930ed9fa0a4bd1eb.tar.gz wireshark-53db0d558742e96e0a89b6f3930ed9fa0a4bd1eb.tar.bz2 wireshark-53db0d558742e96e0a89b6f3930ed9fa0a4bd1eb.zip |
Added ethereal_static extra target in Makefile.am. Did not add the updates
to configure.in. This should allow someone to do 'make ethereal_static' and
get a staticly built copy of ethereal w/o plugin support on platforms that
support -Wl,-static for static linking.
svn path=/trunk/; revision=1585
Diffstat (limited to '.cvsignore')
-rw-r--r-- | .cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore index 122bab3d5e..4abbf4f68f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -16,6 +16,7 @@ dfilter-scanner.c editcap editcap.1 ethereal +ethereal_static ethereal.1 ethereal.spec install-sh |