diff --git a/lib/export/dns/.cvsignore b/lib/export/dns/.cvsignore index f3c7a7c5da..6ee29f9529 100644 --- a/lib/export/dns/.cvsignore +++ b/lib/export/dns/.cvsignore @@ -1 +1,4 @@ Makefile +code.h +gen +timestamp diff --git a/lib/export/dns/include/dns/.cvsignore b/lib/export/dns/include/dns/.cvsignore index f3c7a7c5da..960dd99eeb 100644 --- a/lib/export/dns/include/dns/.cvsignore +++ b/lib/export/dns/include/dns/.cvsignore @@ -1 +1,4 @@ Makefile +enumclass.h +enumtype.h +rdatastruct.h diff --git a/lib/export/irs/.cvsignore b/lib/export/irs/.cvsignore index f3c7a7c5da..8df5b29f00 100644 --- a/lib/export/irs/.cvsignore +++ b/lib/export/irs/.cvsignore @@ -1 +1,2 @@ Makefile +timestamp diff --git a/lib/export/isc/.cvsignore b/lib/export/isc/.cvsignore index f3c7a7c5da..8df5b29f00 100644 --- a/lib/export/isc/.cvsignore +++ b/lib/export/isc/.cvsignore @@ -1 +1,2 @@ Makefile +timestamp diff --git a/lib/export/isc/Makefile.in b/lib/export/isc/Makefile.in index 9939515c33..52f6b37b1f 100644 --- a/lib/export/isc/Makefile.in +++ b/lib/export/isc/Makefile.in @@ -12,7 +12,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $ +# $Id: Makefile.in,v 1.4 2009/09/03 20:28:46 each Exp $ top_srcdir = @top_srcdir@ srcdir = @top_srcdir@/lib/isc @@ -59,7 +59,7 @@ WIN32OBJS = win32/condition.@O@ win32/dir.@O@ win32/file.@O@ \ # Alphabetically OBJS = @ISC_EXTRA_OBJS@ \ - assertions.@O@ base32.@O@ \ + assertions.@O@ backtrace.@O@ backtrace-emptytbl.@O@ base32.@O@ \ base64.@O@ buffer.@O@ bufferlist.@O@ \ error.@O@ event.@O@ \ hash.@O@ hex.@O@ hmacmd5.@O@ hmacsha.@O@ \ @@ -82,7 +82,7 @@ APISRCS = app_api.c mem_api.c socket_api.c \ ISCDRIVERSRCS = mem.c task.c lib.c timer.c heap.c SRCS = @ISC_EXTRA_SRCS@ \ - assertions.c base32.c \ + assertions.c backtrace.c backtrace-emptytbl.c base32.c \ base64.c buffer.c bufferlist.c \ error.c event.c \ hash.c hex.c hmacmd5.c hmacsha.c \ diff --git a/lib/export/isccfg/.cvsignore b/lib/export/isccfg/.cvsignore index f3c7a7c5da..8df5b29f00 100644 --- a/lib/export/isccfg/.cvsignore +++ b/lib/export/isccfg/.cvsignore @@ -1 +1,2 @@ Makefile +timestamp diff --git a/lib/export/samples/.cvsignore b/lib/export/samples/.cvsignore index 28be5a30a5..5e42ccc5a3 100644 --- a/lib/export/samples/.cvsignore +++ b/lib/export/samples/.cvsignore @@ -1,2 +1,8 @@ Makefile Makefile-postinstall +nsprobe +sample +sample-async +sample-gai +sample-request +sample-update