aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2006-09-25 01:09:00 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2006-09-25 01:09:00 +0000
commit6462d05044d74e475253518912c0635222bd7fc2 (patch)
tree32834c107cb9baab32f865999d3d69d877452e71 /plugins/Makefile.am
parent299469d48d57337e6381f2d5363ece52c9a36d37 (diff)
Move the Lua interface into epan... (not a plugin anymore).
- Rename Tap into Listener - add a mechanism to pass protocols' tap data to the Listener svn path=/trunk/; revision=19319
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index aaf93fd9a2..da0b6d3043 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -21,13 +21,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-if HAVE_LIBLUA
-lua_dir = \
- lua
-else # HAVE_LIBLUA
-lua_dir =
-endif # HAVE_LIBLUA
-
SUBDIRS = \
acn \
agentx \
@@ -40,7 +33,6 @@ SUBDIRS = \
gryphon \
h223 \
irda \
- $(lua_dir) \
lwres \
mate \
megaco \