Add text import capability, like text2pcap, directly into the GUI.
[obnox/wireshark/wip.git] / gtk / Makefile.am
index 59bddeb5af59cf9a05f142d1d038b5a506064358..82f591b8e2bab79f3f6cd953f0346ee7c74f7ab5 100644 (file)
@@ -22,6 +22,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 include Makefile.common
+include ../Makefile.am.inc
 
 if HAVE_WARNINGS_AS_ERRORS
 AM_CFLAGS = -Werror
@@ -37,6 +38,8 @@ MAINTAINERCLEANFILES = \
        $(GENERATED_FILES)      \
        Makefile.in
 
+RUNLEX=$(top_srcdir)/tools/runlex.sh
+
 wireshark-tap-register.c: $(WIRESHARK_TAP_SRC) $(top_srcdir)/tools/make-tapreg-dotc
        @echo Making wireshark-tap-register.c
        @$(top_srcdir)/tools/make-tapreg-dotc wireshark-tap-register.c $(srcdir) $(WIRESHARK_TAP_SRC)