mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 22:02:24 -06:00
21 lines
711 B
Makefile
21 lines
711 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/dd/dditems/locators/ Makefile fragment
|
|
#
|
|
#######################################################################
|
|
|
|
pgadmin3_SOURCES += \
|
|
dd/dditems/locators/ddAddColLocator.cpp \
|
|
dd/dditems/locators/ddAddFkLocator.cpp \
|
|
dd/dditems/locators/ddMinMaxTableLocator.cpp \
|
|
dd/dditems/locators/ddRemoveTableLocator.cpp \
|
|
dd/dditems/locators/ddScrollBarTableLocator.cpp \
|
|
dd/dditems/locators/ddTableBottomLocator.cpp
|
|
|
|
EXTRA_DIST += \
|
|
dd/dditems/locators/module.mk
|