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

« back to all changes in this revision

Viewing changes to pgadmin/libssh2/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:
 
1
#######################################################################
 
2
#
 
3
# pgAdmin III - PostgreSQL Tools
 
4
 
5
# Copyright (C) 2002 - 2013, The pgAdmin Development Team
 
6
# This software is released under the PostgreSQL Licence
 
7
#
 
8
# module.mk - pgadmin/libssh2 Makefile fragment
 
9
#
 
10
#######################################################################
 
11
 
 
12
if BUILD_SSH_TUNNEL
 
13
 
 
14
pgadmin3_SOURCES += \
 
15
        libssh2/agent.c \
 
16
        libssh2/channel.c \
 
17
    libssh2/comp.c \
 
18
    libssh2/crypt.c \
 
19
    libssh2/global.c \
 
20
    libssh2/hostkey.c \
 
21
    libssh2/keepalive.c \
 
22
    libssh2/kex.c \
 
23
    libssh2/knownhost.c \
 
24
    libssh2/libgcrypt.c \
 
25
    libssh2/mac.c \
 
26
    libssh2/misc.c \
 
27
    libssh2/openssl.c \
 
28
    libssh2/packet.c \
 
29
    libssh2/pem.c \
 
30
    libssh2/publickey.c \
 
31
    libssh2/scp.c \
 
32
    libssh2/session.c \
 
33
    libssh2/sftp.c \
 
34
    libssh2/transport.c \
 
35
    libssh2/userauth.c \
 
36
    libssh2/version.c
 
37
 
 
38
EXTRA_DIST += \
 
39
        libssh2/module.mk
 
40
endif