diff options
author | Guy Harris <guy@alum.mit.edu> | 2007-04-28 22:17:05 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2007-04-28 22:17:05 +0000 |
commit | cc972cf3495845c73e6ded84e8a45f58aae22cc1 (patch) | |
tree | 756ab6ea117c19463e9dd0c84ad121202217f32c | |
parent | 0d8936ebd878df53decc766c1ee54ef46db78fbb (diff) | |
download | wireshark-cc972cf3495845c73e6ded84e8a45f58aae22cc1.tar.gz wireshark-cc972cf3495845c73e6ded84e8a45f58aae22cc1.tar.bz2 wireshark-cc972cf3495845c73e6ded84e8a45f58aae22cc1.zip |
Libwireshark is now a shared library.
svn path=/trunk/; revision=21615
-rw-r--r-- | epan/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am index 2e55e6b647..7dbc25c00a 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -37,9 +37,6 @@ SUBDIRS = crypt ftypes dfilter dissectors $(wslua_dir) DIST_SUBDIRS = $(SUBDIRS) $(wslua_dist_dir) -# EPAN will eventually be a shared library. While I move source code around, -# however, it is an archive library. - ACLOCAL_AMFLAGS = `../aclocal-flags` lib_LTLIBRARIES = libwireshark.la |