]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add the Makefile.in that was forgotten with checkin #562 (CVS 563)
authordanielk1977 <danielk1977@noemail.net>
Wed, 15 May 2002 08:43:10 +0000 (08:43 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Wed, 15 May 2002 08:43:10 +0000 (08:43 +0000)
FossilOrigin-Name: 29b8330ca6bfe32c499a045189683100f2b15246

Makefile.in
manifest
manifest.uuid

index 484fd0aa790b3988cf0ed51d49e7c54d4f9f10b7..42c510db0532677ab36500f224b9d88e14e977eb 100644 (file)
@@ -63,7 +63,7 @@ ENCODING = @ENCODING@
 #
 LIBOBJ = btree.lo build.lo delete.lo expr.lo func.lo hash.lo insert.lo \
          main.lo os.lo pager.lo parse.lo printf.lo random.lo select.lo \
-         table.lo tokenize.lo update.lo util.lo vdbe.lo where.lo
+         table.lo tokenize.lo update.lo util.lo vdbe.lo where.lo trigger.lo
 
 # All of the source code files.
 #
@@ -94,7 +94,8 @@ SRC = \
   $(TOP)/src/util.c \
   $(TOP)/src/vdbe.c \
   $(TOP)/src/vdbe.h \
-  $(TOP)/src/where.c
+  $(TOP)/src/where.c \
+  $(TOP)/src/trigger.c
 
 # Source code to the test files.
 #
@@ -211,6 +212,9 @@ select.lo:  $(TOP)/src/select.c $(HDR)
 table.lo:      $(TOP)/src/table.c $(HDR)
        $(LIBTOOL) $(TCC) -c $(TOP)/src/table.c
 
+trigger.lo:    $(TOP)/src/trigger.c $(HDR)
+       $(LIBTOOL) $(TCC) -c $(TOP)/src/trigger.c
+
 update.lo:     $(TOP)/src/update.c $(HDR)
        $(LIBTOOL) $(TCC) -c $(TOP)/src/update.c
 
index b4995384864a34bae7be20779db0350ee6af4e8b..1ac8dc61d7bf124da3b8600b9ad09985766a8fa7 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
-C Added\sFOR\sEACH\sROW\striggers\sfunctionality\s(CVS\s562)
-D 2002-05-15T08:30:13
-F Makefile.in 50f1b3351df109b5774771350d8c1b8d3640130d
+C Add\sthe\sMakefile.in\sthat\swas\sforgotten\swith\scheckin\s#562\s(CVS\s563)
+D 2002-05-15T08:43:10
+F Makefile.in 6291a33b87d2a395aafd7646ee1ed562c6f2c28c
 F Makefile.template 89e373b2dad0321df00400fa968dc14b61a03296
 F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0
 F VERSION 45e2ae5cf63867a750b544c539f79a076d53a9a0
@@ -134,7 +134,7 @@ F www/speed.tcl da8afcc1d3ccc5696cfb388a68982bc3d9f7f00f
 F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279
 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P 06cdaf1c80f7bc25fc555c7c8a35258faed2d2e9
-R f9f4dba69771590feeaaa99270d2ac88
+P 794bf67b6b36fce8854d5daff12f21dbb943240c
+R 08d6d280437ddbf6c3512d0683d6a10e
 U danielk1977
-Z 1a13ba7db9cc1bf25e7e68999e113789
+Z 654e041ad87e42741720cd7b74aa49a7
index 21f977034f913a87c16944437aec2156809cd732..437b294a4996346ac72ffbdbb8d6381b16cd1adf 100644 (file)
@@ -1 +1 @@
-794bf67b6b36fce8854d5daff12f21dbb943240c
\ No newline at end of file
+29b8330ca6bfe32c499a045189683100f2b15246
\ No newline at end of file