diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-02-19 08:24:44 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-02-19 08:24:44 +0000 |
commit | 8588506f321acacef29f0776f0b707a2616fc6d8 (patch) | |
tree | 621478ba478ae488ee5a1bc45c236a5e74ae60ad /Makefile.am | |
parent | d7ea5b23cfe2777e1c42ce3688492f5fed0d1742 (diff) | |
download | wireshark-8588506f321acacef29f0776f0b707a2616fc6d8.tar.gz wireshark-8588506f321acacef29f0776f0b707a2616fc6d8.tar.bz2 wireshark-8588506f321acacef29f0776f0b707a2616fc6d8.zip |
added missing distribution files
svn path=/trunk/; revision=10110
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aceb233c93..b57673c442 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.708 2004/02/10 12:11:22 jmayer Exp $ +# $Id: Makefile.am,v 1.709 2004/02/19 08:24:44 ulfl Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -544,18 +544,25 @@ EXTRA_DIST = \ image/toolbar/capture_24.xpm \ image/toolbar/cfilter_24.xpm \ image/toolbar/dfilter_24.xpm \ + image/toolbar/stock_bottom_24.xpm \ image/toolbar/stock_close_24.xpm \ image/toolbar/stock_colorselector_24.xpm \ image/toolbar/stock_help_24.xpm \ image/toolbar/stock_jump_to_24.xpm \ + image/toolbar/stock_left_arrow_24.xpm \ image/toolbar/stock_open_24.xpm \ image/toolbar/stock_preferences_24.xpm \ image/toolbar/stock_print_24.xpm \ image/toolbar/stock_refresh_24.xpm \ image/toolbar/stock_right_arrow_24.xpm \ image/toolbar/stock_save_24.xpm \ + image/toolbar/stock_save_as_24.xpm \ image/toolbar/stock_search_24.xpm \ image/toolbar/stock_stop_24.xpm \ + image/toolbar/stock_top_24.xpm \ + image/toolbar/stock_zoom_1_24.xpm \ + image/toolbar/stock_zoom_in_24.xpm \ + image/toolbar/stock_zoom_out_24.xpm \ image/up_arrow.xpm \ make-manuf \ make-reg-dotc \ |