diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2013-06-25 21:09:29 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2013-06-25 21:09:29 +0000 |
commit | 0a060270b37870c8273d4dc8e57d13b683fd7a0b (patch) | |
tree | 4132f11f41190637009b6cd69271d0924a117136 /echld | |
parent | 9216d338f0536ed0f87035e17c904835984f8ddf (diff) | |
download | wireshark-0a060270b37870c8273d4dc8e57d13b683fd7a0b.tar.gz wireshark-0a060270b37870c8273d4dc8e57d13b683fd7a0b.tar.bz2 wireshark-0a060270b37870c8273d4dc8e57d13b683fd7a0b.zip |
Last changes to autofoo, rename the files as they live now in their own dir...
svn path=/trunk/; revision=50152
Diffstat (limited to 'echld')
-rw-r--r-- | echld/Makefile.am | 3 | ||||
-rw-r--r-- | echld/Makefile.common | 8 | ||||
-rw-r--r-- | echld/child.c (renamed from echld/echld_child.c) | 0 | ||||
-rw-r--r-- | echld/common.c (renamed from echld/echld_common.c) | 0 | ||||
-rw-r--r-- | echld/dispatcher.c (renamed from echld/echld_dispatcher.c) | 0 | ||||
-rw-r--r-- | echld/parent.c (renamed from echld/echld_parent.c) | 0 |
6 files changed, 7 insertions, 4 deletions
diff --git a/echld/Makefile.am b/echld/Makefile.am index 8f0c58463b..4affaf8d74 100644 --- a/echld/Makefile.am +++ b/echld/Makefile.am @@ -50,6 +50,9 @@ libechld_la_SOURCES = \ $(LIBECHLD_INCLUDES) libechld_la_DEPENDENCIES= + ../epan/libwireshark.la \ + ../wsutil/libwsutil.la + libechld_la_LIBADD = \ ../epan/libwireshark.la \ diff --git a/echld/Makefile.common b/echld/Makefile.common index f8004280e3..902caa7828 100644 --- a/echld/Makefile.common +++ b/echld/Makefile.common @@ -30,10 +30,10 @@ # _SOURCES variables). LIBECHLD_SRC = \ echld-util.c \ - echld_dispatcher.c \ - echld_child.c \ - echld_parent.c \ - echld_common.c + dispatcher.c \ + child.c \ + parent.c \ + common.c # Header files that are not generated from other files LIBECHLD_INCLUDES = \ diff --git a/echld/echld_child.c b/echld/child.c index b603d3464a..b603d3464a 100644 --- a/echld/echld_child.c +++ b/echld/child.c diff --git a/echld/echld_common.c b/echld/common.c index c078af5fd7..c078af5fd7 100644 --- a/echld/echld_common.c +++ b/echld/common.c diff --git a/echld/echld_dispatcher.c b/echld/dispatcher.c index 53dbbda9d7..53dbbda9d7 100644 --- a/echld/echld_dispatcher.c +++ b/echld/dispatcher.c diff --git a/echld/echld_parent.c b/echld/parent.c index e74125abf3..e74125abf3 100644 --- a/echld/echld_parent.c +++ b/echld/parent.c |