pgadmin3/include/pgscript/exceptions/module.mk
levinsv 4af765213c support PG11
Поддержка PostgreSQL 11 только для Windows
2018-10-10 22:59:25 +05:00

24 lines
867 B
Makefile

#######################################################################
#
# pgAdmin III - PostgreSQL Tools
#
# Copyright (C) 2002 - 2016, The pgAdmin Development Team
# This software is released under the PostgreSQL Licence
#
# module.mk - pgadmin/include/pgscript/exceptions/ Makefile fragment
#
#######################################################################
pgadmin3_SOURCES += \
include/pgscript/exceptions/pgsArithmeticException.h \
include/pgscript/exceptions/pgsAssertException.h \
include/pgscript/exceptions/pgsBreakException.h \
include/pgscript/exceptions/pgsCastException.h \
include/pgscript/exceptions/pgsContinueException.h \
include/pgscript/exceptions/pgsException.h \
include/pgscript/exceptions/pgsInterruptException.h \
include/pgscript/exceptions/pgsParameterException.h
EXTRA_DIST += \
include/pgscript/exceptions/module.mk