~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic-proposed

« back to all changes in this revision

Viewing changes to pgadmin/include/pgscript/statements/module.mk

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2013-09-10 16:16:38 UTC
  • mfrom: (1.3.4)
  • Revision ID: package-import@ubuntu.com-20130910161638-wwup1q553ylww7dr
Tags: 1.18.0-1
* New upstream release.
* Don't install /usr/bin/png2c anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# pgAdmin III - PostgreSQL Tools
4
4
5
 
# Copyright (C) 2002 - 2012, The pgAdmin Development Team
 
5
# Copyright (C) 2002 - 2013, The pgAdmin Development Team
6
6
# This software is released under the PostgreSQL Licence
7
7
#
8
8
# module.mk - pgadmin/include/pgscript/statements/ Makefile fragment
10
10
#######################################################################
11
11
 
12
12
pgadmin3_SOURCES += \
13
 
        $(srcdir)/include/pgscript/statements/pgsAssertStmt.h \
14
 
        $(srcdir)/include/pgscript/statements/pgsBreakStmt.h \
15
 
        $(srcdir)/include/pgscript/statements/pgsContinueStmt.h \
16
 
        $(srcdir)/include/pgscript/statements/pgsDeclareRecordStmt.h \
17
 
        $(srcdir)/include/pgscript/statements/pgsExpressionStmt.h \
18
 
        $(srcdir)/include/pgscript/statements/pgsIfStmt.h \
19
 
        $(srcdir)/include/pgscript/statements/pgsPrintStmt.h \
20
 
        $(srcdir)/include/pgscript/statements/pgsProgram.h \
21
 
        $(srcdir)/include/pgscript/statements/pgsStatements.h \
22
 
        $(srcdir)/include/pgscript/statements/pgsStmt.h \
23
 
        $(srcdir)/include/pgscript/statements/pgsStmtList.h \
24
 
        $(srcdir)/include/pgscript/statements/pgsWhileStmt.h
 
13
        include/pgscript/statements/pgsAssertStmt.h \
 
14
        include/pgscript/statements/pgsBreakStmt.h \
 
15
        include/pgscript/statements/pgsContinueStmt.h \
 
16
        include/pgscript/statements/pgsDeclareRecordStmt.h \
 
17
        include/pgscript/statements/pgsExpressionStmt.h \
 
18
        include/pgscript/statements/pgsIfStmt.h \
 
19
        include/pgscript/statements/pgsPrintStmt.h \
 
20
        include/pgscript/statements/pgsProgram.h \
 
21
        include/pgscript/statements/pgsStatements.h \
 
22
        include/pgscript/statements/pgsStmt.h \
 
23
        include/pgscript/statements/pgsStmtList.h \
 
24
        include/pgscript/statements/pgsWhileStmt.h
25
25
 
26
26
EXTRA_DIST += \
27
 
        $(srcdir)/include/pgscript/statements/module.mk
 
27
        include/pgscript/statements/module.mk
28
28