We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2a70ec1 commitf240d37Copy 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/2517:35:51 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.24 2004/05/2521: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
-overrideCPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include\
+overrideCPPFLAGS := -DFRONTEND -I$(top_srcdir)/src/interfaces/ecpg/include\
20
-I$(libpq_srcdir) -I$(top_builddir)/src/port$(CPPFLAGS)
21
overrideCFLAGS +=$(PTHREAD_CFLAGS)
22