blob: 675737debfe81de47a495c881938c0da097bd6ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $PostgreSQL $
CATALOG_NAME = ecpg
AVAIL_LANGUAGES =
GETTEXT_FILES = \
compatlib/informix.c \
ecpglib/connect.c \
ecpglib/data.c \
ecpglib/descriptor.c \
ecpglib/error.c \
ecpglib/execute.c \
ecpglib/misc.c \
ecpglib/prepare.c \
include/ecpglib.h \
preproc/descriptor.c \
preproc/ecpg.c \
preproc/pgc.c \
preproc/preproc.c \
preproc/type.c \
preproc/variable.c
GETTEXT_TRIGGERS = _ mmerror:3 ecpg_gettext ecpg_log:1
|