aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-01-10 07:47:00 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-01-10 07:47:00 +0000
commitf8422ab7db0da2b503c0af24d601c65ee9b825bd (patch)
treee550ae0b45a1ca1d859b726bc2fe73294f353d9b /epan/Makefile.common
parenta68f0224c32995115f35a5dccf1ff2d3da9b2162 (diff)
Extending true_false_string support
- Separate tfs.[ch] - Add larger sample collection - Properly export DATA svn path=/trunk/; revision=20373
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 9badd998c0..86cd7b9a6e 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -21,7 +21,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
LIBWIRESHARK_SRC = \
addr_and_mask.c \
@@ -85,6 +85,7 @@ LIBWIRESHARK_SRC = \
tap.c \
tcap-persistentdata.c \
timestamp.c \
+ tfs.c \
to_str.c \
tvbparse.c \
tvbuff.c \
@@ -182,6 +183,7 @@ LIBWIRESHARK_INCLUDES = \
tap.h \
tcap-persistentdata.h \
timestamp.h \
+ tfs.h \
to_str.h \
tvbparse.h \
tvbuff.h \