pgadmin3/pgscript/exceptions/module.mk
2020-07-07 22:19:12 +05:00

24 lines
803 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/pgscript/exceptions/ Makefile fragment
#
#######################################################################
pgadmin3_SOURCES += \
pgscript/exceptions/pgsArithmeticException.cpp \
pgscript/exceptions/pgsAssertException.cpp \
pgscript/exceptions/pgsBreakException.cpp \
pgscript/exceptions/pgsCastException.cpp \
pgscript/exceptions/pgsContinueException.cpp \
pgscript/exceptions/pgsException.cpp \
pgscript/exceptions/pgsInterruptException.cpp \
pgscript/exceptions/pgsParameterException.cpp
EXTRA_DIST += \
pgscript/exceptions/module.mk