Re: autoconf compiling *.c - Mailing list pgadmin-hackers

From Adam H. Pendleton
Subject Re: autoconf compiling *.c
Date
Msg-id 3F61E299.4020209@fmonkey.net
Whole thread Raw
In response to Re: autoconf compiling *.c  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers
Attached is a patch to src/Makefile.am that fixes your problems.

ahp
--- pgadmin3/src/Makefile.am    2003-09-12 11:11:04.000000000 -0400
+++ pgadmin3.new/src/Makefile.am    2003-09-12 11:04:50.000000000 -0400
@@ -8,7 +8,7 @@
 #  db/keywords.c  needs to be added

 pgadmin3_SOURCES = pgAdmin3.cpp \
-db/pgConn.cpp db/pgSet.cpp \
+db/pgConn.cpp db/pgSet.cpp db/keywords.c \
 schema/pgAggregate.cpp schema/pgCast.cpp \
 schema/pgCheck.cpp schema/pgCollection.cpp \
 schema/pgColumn.cpp schema/pgConstraints.cpp \
@@ -188,3 +188,4 @@
 ui/zh_CN/wxstd.mo

 AM_CXXFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" -Wall -g -I$(top_srcdir)/src/include -I$(WX_HOME)
+AM_CPPFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" -Wall -g -I$(top_srcdir)/src/include -I$(WX_HOME)

pgadmin-hackers by date:

Previous
From: Guntupalli Karunakar
Date:
Subject: translating pgadmin to Hindi
Next
From: Jean-Michel POURE
Date:
Subject: Re: translating pgadmin to Hindi