diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-09-29 02:54:22 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-09-29 02:54:22 +0000 |
commit | 7f5b234c5c3969033ad33a43c07a35a1d3e1dcb2 (patch) | |
tree | 47f34a793de120f84293cf9fbc116a07ba5f3b8b /epan/Makefile.common | |
parent | eaadcc4c62c5a61273c814f86d33ed859ba8917b (diff) | |
download | wireshark-7f5b234c5c3969033ad33a43c07a35a1d3e1dcb2.tar.gz wireshark-7f5b234c5c3969033ad33a43c07a35a1d3e1dcb2.tar.bz2 wireshark-7f5b234c5c3969033ad33a43c07a35a1d3e1dcb2.zip |
Move the column preferences stuff to epan (the rest of the preferences
stuff is already there).
Update Gerald's e-mail address in column.h.
svn path=/trunk/; revision=12131
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r-- | epan/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common index 46bc39a7df..0a5ed768aa 100644 --- a/epan/Makefile.common +++ b/epan/Makefile.common @@ -33,6 +33,7 @@ LIBETHEREAL_SRC = \ bitswap.c \ charsets.c \ circuit.c \ + column.c \ column-utils.c \ conversation.c \ crc16.c \ @@ -77,9 +78,10 @@ LIBETHEREAL_INCLUDES = \ bitswap.h \ charsets.h \ circuit.h \ + column.h \ column_info.h \ - conversation.h \ column-utils.h \ + conversation.h \ crc16.h \ crc32.h \ crypt-des.h \ @@ -123,7 +125,6 @@ LIBETHEREAL_INCLUDES = \ # dissector helpers (needed from the dissectors, but not a dissector itself) DISSECTOR_SUPPORT_SRC = \ ../asn1.c \ - ../column.c \ ../follow.c \ ../h225-persistentdata.c \ ../ptvcursor.c \ |