diff options
author | Anders Broman <anders.broman@ericsson.com> | 2009-01-16 07:10:05 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2009-01-16 07:10:05 +0000 |
commit | c53b5193459afa5b0e1f115ef1776d14c4ca557b (patch) | |
tree | 92cc8bd09d3c1becfe42a8112718535a22d7c8ac /Makefile.am | |
parent | 6b7220995069eceb9a4f4c0dece8718c7cd74bcd (diff) | |
download | wireshark-c53b5193459afa5b0e1f115ef1776d14c4ca557b.tar.gz wireshark-c53b5193459afa5b0e1f115ef1776d14c4ca557b.tar.bz2 wireshark-c53b5193459afa5b0e1f115ef1776d14c4ca557b.zip |
Add the idl dir to distro.
svn path=/trunk/; revision=27242
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 38 |
1 files changed, 35 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 97f2a7abea..fab9810bdb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -638,6 +638,38 @@ EXTRA_DIST = \ dumpcap.c \ editcap.c \ wireshark.desktop \ + idl/cosnaming.idl \ + idl/tango.idl \ + idl/parlay/am.idl \ + idl/parlay/cccs.idl \ + idl/parlay/cm.idl \ + idl/parlay/common_cc_data.idl \ + idl/parlay/cs.idl \ + idl/parlay/dsc.idl \ + idl/parlay/fw_data.idl \ + idl/parlay/fw_if.idl \ + idl/parlay/fw_if_access.idl \ + idl/parlay/fw_if_app.idl \ + idl/parlay/fw_if_entop.idl \ + idl/parlay/fw_if_service.idl \ + idl/parlay/gcc_data.idl \ + idl/parlay/gcc_interfaces.idl \ + idl/parlay/gms.idl \ + idl/parlay/mm.idl \ + idl/parlay/mmccs.idl \ + idl/parlay/mmm.idl \ + idl/parlay/mpcc_data.idl \ + idl/parlay/mpcc_interfaces.idl \ + idl/parlay/osa.idl \ + idl/parlay/pam_data.idl \ + idl/parlay/pam_interfaces.idl \ + idl/parlay/Parlay.idl \ + idl/parlay/policy_data.idl \ + idl/parlay/policy_interfaces.idl \ + idl/parlay/README.parlay \ + idl/parlay/termcap.idl \ + idl/parlay/ui_data.idl \ + idl/parlay/ui_interfaces.idl \ image/capinfos.rc.in \ image/clist_ascend.xpm \ image/clist_descend.xpm \ @@ -780,12 +812,12 @@ else install-exec-hook: endif -DIST_SUBDIRS = asn1 codecs doc epan gtk help packaging plugins tools wiretap wsutil +DIST_SUBDIRS = asn1 codecs doc epan gtk help idl packaging plugins tools wiretap wsutil if HAVE_PLUGINS -SUBDIRS = tools wsutil wiretap doc epan plugins packaging help @wireshark_SUBDIRS@ +SUBDIRS = tools wsutil wiretap doc epan plugins packaging help idl @wireshark_SUBDIRS@ else -SUBDIRS = tools wsutil wiretap doc epan packaging help @wireshark_SUBDIRS@ +SUBDIRS = tools wsutil wiretap doc epan packaging help idl @wireshark_SUBDIRS@ endif FAQ help/faq.txt: $(srcdir)/help/faq.py |