mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 22:02:24 -06:00
18 lines
517 B
Makefile
18 lines
517 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/hotdraw/main/ Makefile fragment
|
|
#
|
|
#######################################################################
|
|
|
|
pgadmin3_SOURCES += \
|
|
hotdraw/main/hdDrawing.cpp \
|
|
hotdraw/main/hdDrawingEditor.cpp \
|
|
hotdraw/main/hdDrawingView.cpp
|
|
|
|
EXTRA_DIST += \
|
|
hotdraw/main/module.mk
|