diff options
author | Guy Harris <guy@alum.mit.edu> | 2008-12-31 22:04:15 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2008-12-31 22:04:15 +0000 |
commit | da3d52d163b379eab55ac26f8188c5279723f9ba (patch) | |
tree | b87354ae0b921ecf251660995adb01f6b74f14d7 /Makefile.common | |
parent | c466d8ca43eed1b7f1be2ddc7c8450053b896860 (diff) | |
download | wireshark-da3d52d163b379eab55ac26f8188c5279723f9ba.tar.gz wireshark-da3d52d163b379eab55ac26f8188c5279723f9ba.tar.bz2 wireshark-da3d52d163b379eab55ac26f8188c5279723f9ba.zip |
Add tap-megaco-common.h, so it'll show up in the distribution tarball.
svn path=/trunk/; revision=27145
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 0427482819..7d42906df4 100644 --- a/Makefile.common +++ b/Makefile.common @@ -85,6 +85,7 @@ WIRESHARK_COMMON_INCLUDES = \ tempfile.h \ timestats.h \ util.h \ + tap-megaco-common.h \ tap-rtp-common.h \ version_info.h |