We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a70ec1 commit f240d37Copy full SHA for f240d37
src/interfaces/ecpg/ecpglib/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.23 2004/05/25 17:35:51 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.24 2004/05/25 21:20:44 momjian Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -16,7 +16,7 @@ NAME= ecpg
16
SO_MAJOR_VERSION= 4
17
SO_MINOR_VERSION= 2
18
19
-override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include \
+override CPPFLAGS := -DFRONTEND -I$(top_srcdir)/src/interfaces/ecpg/include \
20
-I$(libpq_srcdir) -I$(top_builddir)/src/port $(CPPFLAGS)
21
override CFLAGS += $(PTHREAD_CFLAGS)
22
0 commit comments