mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
19 lines
635 B
Makefile
19 lines
635 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/dd/dditems/ Makefile fragment
|
|
#
|
|
#######################################################################
|
|
|
|
include include/dd/dditems/figures/module.mk
|
|
include include/dd/dditems/handles/module.mk
|
|
include include/dd/dditems/locators/module.mk
|
|
include include/dd/dditems/tools/module.mk
|
|
include include/dd/dditems/utilities/module.mk
|
|
|
|
EXTRA_DIST += \
|
|
include/dd/dditems/module.mk
|