pgadmin3/include/hotdraw/figures/defaultAttributes/module.mk
2020-07-07 22:19:12 +05:00

19 lines
731 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/hotdraw/figures/defaultAttributes Makefile fragment
#
#######################################################################
pgadmin3_SOURCES += \
include/hotdraw/figures/defaultAttributes/hdFillAttribute.h \
include/hotdraw/figures/defaultAttributes/hdFontAttribute.h \
include/hotdraw/figures/defaultAttributes/hdFontColorAttribute.h \
include/hotdraw/figures/defaultAttributes/hdLineAttribute.h
EXTRA_DIST += \
include/hotdraw/figures/defaultAttributes/module.mk