New protocol: PKCS#1 (rfc2313 pplus some extra oid's)
[obnox/wireshark/wip.git] / epan / dissectors / Makefile.common
index 7a614d1bdfab0cf1deb05f91bc03054d350f1d20..642351fb6cbde3e092df11e4e76557c799cea7a4 100644 (file)
@@ -3,7 +3,7 @@
 #     a) common to both files and
 #     b) portable between both files
 #
-# $Id: Makefile.common 11400 2004-07-18 00:24:25Z guy $
+# $Id$
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#
+# Generated header files that we want in the distribution.
+#
+GENERATED_HEADER_FILES = \
+       x11-declarations.h      \
+       x11-register-info.h
 
 # the dissector sources (without any helpers)
 DISSECTOR_SRC =        \
@@ -93,6 +99,7 @@ DISSECTOR_SRC =       \
        packet-clearcase.c      \
        packet-clip.c   \
        packet-clnp.c   \
+       packet-cms.c    \
        packet-cops.c   \
        packet-cosine.c \
        packet-cpfi.c   \
@@ -359,6 +366,7 @@ DISSECTOR_SRC =     \
        packet-pflog.c  \
        packet-pgm.c    \
        packet-pim.c    \
+       packet-pkcs1.c  \
        packet-pktc.c   \
        packet-pop.c    \
        packet-portmap.c        \
@@ -485,6 +493,10 @@ DISSECTOR_SRC =    \
        packet-x11.c    \
        packet-x25.c    \
        packet-x29.c    \
+       packet-x509af.c \
+       packet-x509ce.c \
+       packet-x509if.c \
+       packet-x509sat.c        \
        packet-xdmcp.c  \
        packet-xot.c    \
        packet-xyplex.c \
@@ -519,6 +531,7 @@ DISSECTOR_INCLUDES =        \
        packet-chdlc.h  \
        packet-clearcase.h      \
        packet-clip.h   \
+       packet-cms.h    \
        packet-data.h   \
        packet-dccp.h   \
        packet-dcerpc-atsvc.h   \
@@ -627,6 +640,7 @@ DISSECTOR_INCLUDES =        \
        packet-per.h    \
        packet-pflog.h  \
        packet-pim.h    \
+       packet-pkcs1.h  \
        packet-pktc.h   \
        packet-portmap.h        \
        packet-ppp.h    \
@@ -678,10 +692,15 @@ DISSECTOR_INCLUDES =      \
        packet-wtp.h    \
        packet-x11-keysym.h     \
        packet-x11-keysymdef.h  \
+       packet-x509af.h \
+       packet-x509ce.h \
+       packet-x509if.h \
+       packet-x509sat.h        \
        packet-ypbind.h \
        packet-yppasswd.h       \
        packet-ypserv.h \
-       packet-ypxfr.h
+       packet-ypxfr.h  \
+       $(GENERATED_HEADER_FILES)
 
 # dissector helpers (needed from the dissectors, but not a dissector itself)
 DISSECTOR_SUPPORT_SRC =        \