~ubuntu-branches/ubuntu/trusty/pinentry/trusty

« back to all changes in this revision

Viewing changes to qt4/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-06-24 14:05:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090624140514-sw1bmaalt6bydgmk
Tags: 0.7.6-0ubuntu1
* New upstream release (LP: #390895).
* debian/patches/gmalloc-prototypes.patch: Removed, fixed upstream.
* debian/patches/keyboard-race.patch: updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.am
 
2
# Copyright (C) 2002 g10 Code GmbH, Klar�lvdalens Datakonsult AB
 
3
# Copyright (C) 2008 g10 Code GmbH
 
4
#
 
5
# This file is part of PINENTRY.
 
6
#
 
7
# PINENTRY is free software; you can redistribute it and/or modify
 
8
# it under the terms of the GNU General Public License as published by
 
9
# the Free Software Foundation; either version 2 of the License, or
 
10
# (at your option) any later version.
 
11
#
 
12
# PINENTRY is distributed in the hope that it will be useful,
 
13
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
# GNU General Public License for more details.
 
16
#
 
17
# You should have received a copy of the GNU General Public License
 
18
# along with this program; if not, write to the Free Software
 
19
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
20
 
 
21
## Process this file with automake to produce Makefile.in
 
22
 
 
23
bin_PROGRAMS = pinentry-qt4
 
24
 
 
25
if FALLBACK_CURSES
 
26
ncurses_include = $(NCURSES_INCLUDE)
 
27
libcurses = ../pinentry/libpinentry-curses.a $(LIBCURSES) $(LIBICONV)
 
28
else
 
29
ncurses_include =
 
30
libcurses =
 
31
endif
 
32
 
 
33
 
 
34
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/assuan -I$(top_srcdir)/secmem \
 
35
        $(ncurses_include) -I$(top_srcdir)/pinentry
 
36
AM_CXXFLAGS = $(QT4_CORE_CFLAGS) $(QT4_GUI_CFLAGS)
 
37
pinentry_qt4_LDADD = $(QT4_CORE_LIBS) $(QT4_GUI_LIBS) $(libcurses) \
 
38
        ../pinentry/libpinentry.a $(top_builddir)/assuan/libassuan.a \
 
39
        $(top_builddir)/secmem/libsecmem.a $(LIBCAP)
 
40
 
 
41
pinentry_qt4_SOURCES = pinentrydialog.h pinentrydialog.cpp \
 
42
        main.cpp secstring.h secstring.cpp qsecurelineedit.h \
 
43
        qsecurelineedit.cpp pinentrydialog.moc qsecurelineedit.moc \
 
44
        qsecurelineedit_p.h