mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
23 lines
835 B
Makefile
23 lines
835 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/handles/ Makefile fragment
|
|
#
|
|
#######################################################################
|
|
|
|
pgadmin3_SOURCES += \
|
|
include/hotdraw/handles/hdButtonHandle.h \
|
|
include/hotdraw/handles/hdChangeConnectionEndHandle.h \
|
|
include/hotdraw/handles/hdChangeConnectionHandle.h \
|
|
include/hotdraw/handles/hdChangeConnectionStartHandle.h \
|
|
include/hotdraw/handles/hdIHandle.h \
|
|
include/hotdraw/handles/hdLineConnectionHandle.h \
|
|
include/hotdraw/handles/hdLocatorHandle.h \
|
|
include/hotdraw/handles/hdPolyLineHandle.h
|
|
|
|
EXTRA_DIST += \
|
|
include/hotdraw/handles/module.mk
|