Re: [pgadmin-support] Git Makefile.am

2011-03-14 Thread Dave Page
On Sat, Mar 12, 2011 at 3:19 PM, Vladimir Kokovic wrote: > Hi, > > Git pgadmin/Makefile.am line .105 should be: > > BUILT_SOURCES = $(patsubst %.png,%.pngc,$(wildcard > $(top_srcdir)/pgadmin/include/images/*.png)) Good catch - patch committed. Thanks! -- Dave Page Blog: http://pgsnake.blogspot

Re: [pgadmin-support] Git Makefile.am

2011-03-12 Thread Vladimir Kokovic
Hi, Git pgadmin/Makefile.am line .105 should be: BUILT_SOURCES = $(patsubst %.png,%.pngc,$(wildcard $(top_srcdir)/pgadmin/include/images/*.png)) Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia On 3/9/11, Dave Page wrote: > [Please keep the list CC'd] > > On Tue, Mar 8, 2011 at 11:5

Re: [pgadmin-support] Git Makefile.am

2011-03-08 Thread Dave Page
[Please keep the list CC'd] On Tue, Mar 8, 2011 at 11:56 PM, Vladimir Kokovic wrote: > Sorry Dave, > > Line is 105: > > BUILT_SOURCES = $(patsubst %.png,%.pngc,$(wildcard > $(top_srcdir)/pgadmin/include/images/*.png) Hmm, vim is also highlighting that line as if it's an error, but the suggested

Re: [pgadmin-support] Git Makefile.am

2011-03-08 Thread Dave Page
On Tue, Mar 8, 2011 at 10:23 PM, Vladimir Kokovic wrote: > Hi, > > Git head Makefile.am line .76 should be: > > AM_CPPFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" > -I$(top_srcdir)/pgadmin/include $(__CPPFLAGS) $(__EDB_LIBPQ) That's exactly what it is on my copy. What do you see? -- Dave Page Blog: h

[pgadmin-support] Git Makefile.am

2011-03-08 Thread Vladimir Kokovic
Hi, Git head Makefile.am line .76 should be: AM_CPPFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" -I$(top_srcdir)/pgadmin/include $(__CPPFLAGS) $(__EDB_LIBPQ) Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make ch