1#######################################################################
2#
3# pgAdmin III - PostgreSQL Tools
4#
5# Copyright (C) 2002 - 2016, The pgAdmin Development Team
6# This software is released under the PostgreSQL Licence
7#
8# module.mk - pgadmin/include/db/ Makefile fragment
9#
10#######################################################################
11
12pgadmin3_SOURCES += \
13	  include/db/pgConn.h \
14	  include/db/pgQueryThread.h \
15	  include/db/pgQueryResultEvent.h \
16	  include/db/pgSet.h
17
18EXTRA_DIST += \
19    include/db/module.mk
20
21