Re: autoconf compiling *.c
| От | Adam H. Pendleton |
|---|---|
| Тема | Re: autoconf compiling *.c |
| Дата | |
| Msg-id | 3F61E299.4020209@fmonkey.net обсуждение исходный текст |
| Ответ на | Re: autoconf compiling *.c (Andreas Pflug <pgadmin@pse-consulting.de>) |
| Список | 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 по дате отправления: