~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to pgadmin/include/db/module.mk

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Porcheron
  • Date: 2008-02-07 00:56:22 UTC
  • mto: (2.1.6 hardy) (6.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080207005622-c2ail8p4d0sk3dnw
Tags: upstream-1.8.2
ImportĀ upstreamĀ versionĀ 1.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#######################################################################
 
2
#
 
3
# pgAdmin III - PostgreSQL Tools
 
4
# $Id: module.mk 5466 2006-10-12 09:31:39Z dpage $
 
5
# Copyright (C) 2002 - 2008, The pgAdmin Development Team
 
6
# This software is released under the Artistic Licence
 
7
#
 
8
# module.mk - pgadmin/include/db/ Makefile fragment
 
9
#
 
10
#######################################################################
 
11
 
 
12
pgadmin3_SOURCES += \
 
13
          $(srcdir)/include/db/pgConn.h \
 
14
          $(srcdir)/include/db/pgQueryThread.h \
 
15
          $(srcdir)/include/db/pgSet.h
 
16
 
 
17
 
 
18
EXTRA_DIST += \
 
19
    $(srcdir)/include/db/module.mk
 
20