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

« back to all changes in this revision

Viewing changes to 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:
47
47
pinentry_qt = 
48
48
endif
49
49
 
 
50
if BUILD_PINENTRY_QT4
 
51
pinentry_qt4 = qt4
 
52
else
 
53
pinentry_qt4 = 
 
54
endif
 
55
 
50
56
if BUILD_PINENTRY_W32
51
57
pinentry_w32 = w32
52
58
else
54
60
endif
55
61
 
56
62
SUBDIRS = assuan secmem pinentry ${pinentry_curses} \
57
 
        ${pinentry_gtk} ${pinentry_gtk_2} ${pinentry_qt} ${pinentry_w32} doc
 
63
        ${pinentry_gtk} ${pinentry_gtk_2} ${pinentry_qt} ${pinentry_qt4} \
 
64
        ${pinentry_w32} doc
58
65
 
59
66
 
60
67
install-exec-local: