projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f9cde
)
Add pgsql-shim.h as a dependency of pgsql-shim.la.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 6 Aug 2019 21:38:47 +0000
(14:38 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Wed, 7 Aug 2019 18:47:41 +0000
(11:47 -0700)
src/pgsql/Makefile.am
patch
|
blob
|
history
diff --git
a/src/pgsql/Makefile.am
b/src/pgsql/Makefile.am
index 9f0bfb7e2be56a5a6c370d31e06fde13c187380c..9fb4d4d28b75d4fcac07642101e34d8219c826b2 100644
(file)
--- a/
src/pgsql/Makefile.am
+++ b/
src/pgsql/Makefile.am
@@
-49,6
+49,8
@@
AM_CPPFLAGS = -I@MIT_SCHEME_INCLUDEDIR@
AM_CFLAGS = @MIT_CFLAGS@ `pkg-config --cflags libpq`
AM_LIBS = `pkg-config --libs libpq`
+pgsql_shim_la_SOURCES = pgsql-shim.h
+nodist_pgsql_shim_la_SOURCES = pgsql-shim.c
pgsql_shim_la_LDFLAGS = -module -avoid-version -shared
noinst_PROGRAMS = pgsql-const$(EXEEXT)