View | Details | Raw Unified | Return to bug 32131 | Differences between
and this patch

Collapse All | Expand All

(-)libgda-0.2.93/tools/gda-buildserver.in (-1 / +1 lines)
Lines 7-13 Link Here
7
CC=@CC@
7
CC=@CC@
8
shell=@shell@
8
shell=@shell@
9
9
10
TEMPLATES_DIR="${prefix}/share/gnome/gda/templates"
10
TEMPLATES_DIR="${prefix}/share/gda/templates"
11
TMPL_C_FILES="gda-srv-command.c gda-srv-connection.c gda-srv-recordset.c main-srv.c"
11
TMPL_C_FILES="gda-srv-command.c gda-srv-connection.c gda-srv-recordset.c main-srv.c"
12
TMPL_H_FILES="gda-srv.h"
12
TMPL_H_FILES="gda-srv.h"
13
13
(-)libgda-0.2.93/tools/templates/Makefile.in (-1 / +1 lines)
Lines 163-169 Link Here
163
163
164
EXTRA_DIST = $(TEMPLATE_FILES)
164
EXTRA_DIST = $(TEMPLATE_FILES)
165
165
166
gdatemplatesdir = $(prefix)/share/gnome/gda/templates
166
gdatemplatesdir = $(prefix)/share/gda/templates
167
gdatemplates_DATA = $(TEMPLATE_FILES)
167
gdatemplates_DATA = $(TEMPLATE_FILES)
168
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
168
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
169
CONFIG_HEADER = ../../config.h
169
CONFIG_HEADER = ../../config.h

Return to bug 32131