~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-30 12:27:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090730122716-fddbh42on721bbs2
Tags: 1.10.0-1
* New upstream release.
* Adjusted watch file to match release candidates.
* Updated to Standards-Version 3.8.2:
  - Moved to Section: database.
  - Add DEB_BUILD_OPTIONS support for parallel building.
  - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
* pgagent got split into its own separate source package by upstream.
* Exclude Docs.vcproj from installation.
* Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
  in there too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#######################################################################
2
2
#
3
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
 
4
# $Id: module.mk 7758 2009-03-26 20:49:59Z dpage $
 
5
# Copyright (C) 2002 - 2009, The pgAdmin Development Team
 
6
# This software is released under the BSD Licence
7
7
#
8
8
# module.mk - pgadmin/include/dlg/ Makefile fragment
9
9
#
35
35
        $(srcdir)/include/dlg/dlgPackage.h \
36
36
        $(srcdir)/include/dlg/dlgPgpassConfig.h \
37
37
        $(srcdir)/include/dlg/dlgProperty.h \
 
38
        $(srcdir)/include/dlg/dlgReassignDropOwned.h \
38
39
        $(srcdir)/include/dlg/dlgRole.h \
39
40
        $(srcdir)/include/dlg/dlgRule.h \
40
41
        $(srcdir)/include/dlg/dlgSchema.h \
44
45
        $(srcdir)/include/dlg/dlgSynonym.h \
45
46
        $(srcdir)/include/dlg/dlgTable.h \
46
47
        $(srcdir)/include/dlg/dlgTablespace.h \
 
48
        $(srcdir)/include/dlg/dlgTextSearchConfiguration.h \
 
49
        $(srcdir)/include/dlg/dlgTextSearchDictionary.h \
 
50
        $(srcdir)/include/dlg/dlgTextSearchParser.h \
 
51
        $(srcdir)/include/dlg/dlgTextSearchTemplate.h \
47
52
        $(srcdir)/include/dlg/dlgTrigger.h \
48
53
        $(srcdir)/include/dlg/dlgType.h \
49
54
        $(srcdir)/include/dlg/dlgUser.h \
50
55
        $(srcdir)/include/dlg/dlgView.h \
51
 
        $(srcdir)/include/dlg/dlgManageMacros.h
 
56
        $(srcdir)/include/dlg/dlgManageMacros.h \
 
57
        $(srcdir)/include/dlg/dlgExtTable.h \
 
58
        $(srcdir)/include/dlg/dlgSelectDatabase.h
52
59
 
53
60
EXTRA_DIST += \
54
61
        $(srcdir)/include/dlg/module.mk