aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ecpglib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/Makefile')
-rw-r--r--src/interfaces/ecpg/ecpglib/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/ecpglib/Makefile b/src/interfaces/ecpg/ecpglib/Makefile
index e888205dee5..b368976fb05 100644
--- a/src/interfaces/ecpg/ecpglib/Makefile
+++ b/src/interfaces/ecpg/ecpglib/Makefile
@@ -22,8 +22,18 @@ override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
-I$(libpq_srcdir) -I$(top_builddir)/src/port -DFRONTEND $(CPPFLAGS)
override CFLAGS += $(PTHREAD_CFLAGS)
-OBJS= execute.o typename.o descriptor.o sqlda.o data.o error.o prepare.o \
- memory.o connect.o misc.o $(WIN32RES)
+OBJS = \
+ $(WIN32RES) \
+ connect.o \
+ data.o \
+ descriptor.o \
+ error.o \
+ execute.o \
+ memory.o \
+ misc.o \
+ prepare.o \
+ sqlda.o \
+ typename.o
SHLIB_LINK_INTERNAL = -L../pgtypeslib -lpgtypes $(libpq_pgport_shlib)
SHLIB_LINK = $(filter -lintl -lm, $(LIBS)) $(PTHREAD_LIBS)