Mercurial > hg > xemacs-beta
comparison modules/postgresql/Makefile.in.in @ 1011:fac45095e485
[xemacs-hg @ 2002-09-20 22:19:05 by youngs]
2002-09-20 Steve Youngs <youngs@xemacs.org>
* Makefile.in.in (TAGS tags): Descend into the modules directory
as well.
2002-09-20 Steve Youngs <youngs@xemacs.org>
* postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick
up '--site-libraries'.
* ldap/Makefile.in.in (LDFLAGS): Ditto.
author | youngs |
---|---|
date | Fri, 20 Sep 2002 22:19:17 +0000 |
parents | 25e260cb7994 |
children | 184461bc8de4 |
comparison
equal
deleted
inserted
replaced
1010:af4d1f43e4c6 | 1011:fac45095e485 |
---|---|
27 | 27 |
28 ### Specialize this part for your module | 28 ### Specialize this part for your module |
29 MODNAME=postgresql | 29 MODNAME=postgresql |
30 MODVER=1.0.0 | 30 MODVER=1.0.0 |
31 MODTITLE="PostgreSQL Client Interface for XEmacs" | 31 MODTITLE="PostgreSQL Client Interface for XEmacs" |
32 LDFLAGS=@LDFLAGS@ @postgresql_libs@ | 32 LDFLAGS=@LDFLAGS@ @ld_switch_all@ @postgresql_libs@ |
33 SRCS=postgresql.c | 33 SRCS=postgresql.c |
34 | 34 |
35 ### You should not need to modify anything below this line | 35 ### You should not need to modify anything below this line |
36 SRC_SRCS=$(SRCS:%=$(srcdir)/%) | 36 SRC_SRCS=$(SRCS:%=$(srcdir)/%) |
37 OBJS=$(SRCS:.c=.o) | 37 OBJS=$(SRCS:.c=.o) |