diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2007-01-29 10:23:38 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2007-01-29 10:23:38 +0000 |
commit | 6a4a51ffec92ffbe1f80a61075fb37ecd397aed4 (patch) | |
tree | 158ac266f766fccdfcc7a049a629be4d20ac133e /gtk/Makefile.am | |
parent | 6fe845c1b425ddb457764b7086ec5c1d8fe7044c (diff) | |
download | wireshark-6a4a51ffec92ffbe1f80a61075fb37ecd397aed4.tar.gz wireshark-6a4a51ffec92ffbe1f80a61075fb37ecd397aed4.tar.bz2 wireshark-6a4a51ffec92ffbe1f80a61075fb37ecd397aed4.zip |
The UAT gui starts to work
set the macros_dlg to use it
add a dummy dfilter_macros file to supress a warning at startup
svn path=/trunk/; revision=20598
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index cb4b6ca5ca..6517711d23 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -111,6 +111,7 @@ noinst_HEADERS = \ text_page.h \ toolbar.h \ u3.h \ + uat_gui.h \ voip_calls.h \ voip_calls_dlg.h \ webbrowser.h |