aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-05-21 16:02:31 +0000
committerJörg Mayer <jmayer@loplof.de>2007-05-21 16:02:31 +0000
commit7c888570e4399c309e407c9f50531e00dfd2a925 (patch)
tree8ede93f048425a4ce0e2041a5277a1aa44d761d5 /epan/wslua
parentfce276b8983bf7aa96409633288ea02c7d4d91de (diff)
Hack to fix out of tree builds
svn path=/trunk/; revision=21861
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am
index 8c937141a0..8784ffa09c 100644
--- a/epan/wslua/Makefile.am
+++ b/epan/wslua/Makefile.am
@@ -30,15 +30,15 @@ INCLUDES = -I$(top_srcdir) @LUA_INCLUDES@
noinst_LTLIBRARIES = libwslua.la
wslua_modules = \
- wslua_tvb.c \
- wslua_proto.c \
- wslua_tree.c \
- wslua_pinfo.c \
- wslua_listener.c \
- wslua_gui.c \
- wslua_util.c \
- wslua_field.c \
- wslua_dumper.c
+ $(srcdir)/wslua_tvb.c \
+ $(srcdir)/wslua_proto.c \
+ $(srcdir)/wslua_tree.c \
+ $(srcdir)/wslua_pinfo.c \
+ $(srcdir)/wslua_listener.c \
+ $(srcdir)/wslua_gui.c \
+ $(srcdir)/wslua_util.c \
+ $(srcdir)/wslua_field.c \
+ $(srcdir)/wslua_dumper.c
libwslua_la_SOURCES = \
$(wslua_modules) \