diff options
author | Anders Broman <anders.broman@ericsson.com> | 2004-09-29 22:35:46 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2004-09-29 22:35:46 +0000 |
commit | a95464b528550d547da0fcb18e05079c1ac27e95 (patch) | |
tree | 2945fbb4aa736e5de49056d3d31dca3fd6246d80 /gtk/Makefile.am | |
parent | 76f4b01674646f61b5f5e5138d8f29a0a7936c5f (diff) | |
download | wireshark-a95464b528550d547da0fcb18e05079c1ac27e95.tar.gz wireshark-a95464b528550d547da0fcb18e05079c1ac27e95.tar.bz2 wireshark-a95464b528550d547da0fcb18e05079c1ac27e95.zip |
Add
h323_analysis.h \
h323_conversations.h \
h323_conversations_dlg.h \
svn path=/trunk/; revision=12144
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index a298915af8..5344994720 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -56,6 +56,9 @@ noinst_HEADERS = \ gtkglobals.h \ gtk_stat_util.h \ gui_prefs.h \ + h323_analysis.h \ + h323_conversations.h \ + h323_conversations_dlg.h \ help_dlg.h \ hostlist_table.h \ isprint.h \ |