aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-05-17 20:03:23 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-05-17 20:03:23 +0000
commita548d4c325934203725ad8554115645b9a071b20 (patch)
tree81f9d648166bbd42ce4c722df208db114933269a /epan/Makefile.common
parent17271f08796f8d7430d4bfd7025d562475567037 (diff)
uat_load.c is moved to generated files
svn path=/trunk/; revision=21819
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 2b4a786267..9c3201037b 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -86,7 +86,6 @@ LIBWIRESHARK_SRC = \
tvbparse.c \
tvbuff.c \
uat.c \
- uat_load.c \
unicode-utils.c \
value_string.c \
ws_strsplit.c \
@@ -97,7 +96,8 @@ LIBWIRESHARK_GENERATED_SRC = \
dtd_grammar.c \
dtd_parse.c \
dtd_preparse.c \
- radius_dict.c
+ radius_dict.c \
+ uat_load.c
LIBWIRESHARK_ALL_SRC = \
$(LIBWIRESHARK_SRC) \