projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478e457
)
pgq/lowlevel: build sql as well
author
Marko Kreen
<markokr@gmail.com>
Mon, 23 Jul 2007 14:26:37 +0000
(14:26 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 23 Jul 2007 14:26:37 +0000
(14:26 +0000)
sql/pgq/lowlevel/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/sql/pgq/lowlevel/Makefile
b/sql/pgq/lowlevel/Makefile
index cc9a18a7d48698037ecff81e28bafe3d0a13bbb5..29fbf1314d5446c967ee32344640e88c0fc646d7 100644
(file)
--- a/
sql/pgq/lowlevel/Makefile
+++ b/
sql/pgq/lowlevel/Makefile
@@
-2,9
+2,10
@@
include ../../../config.mak
MODULE_big = pgq_lowlevel
+DATA_built = pgq_lowlevel.sql
+
SRCS = insert_event.c
OBJS = $(SRCS:.c=.o)
-DATA_built = pgq_lowlevel.sql
include $(PGXS)