1 |
# Makefile.am - makefile for WinPT |
2 |
# Copyright (C) 2005 g10 Code GmbH |
3 |
# |
4 |
# This file is free software; as a special exception the author gives |
5 |
# unlimited permission to copy and/or distribute it, with or without |
6 |
# modifications, as long as this notice is preserved. |
7 |
# |
8 |
# This program is distributed in the hope that it will be useful, but |
9 |
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the |
10 |
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
11 |
|
12 |
## Process this file with automake to produce Makefile.in |
13 |
|
14 |
EXTRA_DIST= \ |
15 |
wptAgent.h \ |
16 |
wptCard.h \ |
17 |
wptCardEdit.h \ |
18 |
wptCommonCtl.h \ |
19 |
wptContext.h \ |
20 |
wptCryptdisk.h \ |
21 |
wptDlgs.h \ |
22 |
wptErrors.h \ |
23 |
wptFileManager.h \ |
24 |
wptGPG.h \ |
25 |
wptGpgCmds.h \ |
26 |
wptGPGOptSkel.h \ |
27 |
wptHotkey.h \ |
28 |
wptHTTP.h \ |
29 |
wptKeyEdit.h \ |
30 |
wptKeylist.h \ |
31 |
wptListView.h \ |
32 |
wptImagelist.h \ |
33 |
wptKeyManager.h \ |
34 |
wptKeyserver.h \ |
35 |
wptNLS.h \ |
36 |
wptRegistry.h \ |
37 |
wptTypes.h \ |
38 |
wptUTF8.h \ |
39 |
wptImport.h \ |
40 |
wptKeyCache.h \ |
41 |
wptVersion.h \ |
42 |
wptCrypto.h \ |
43 |
wptUtil.h \ |
44 |
wptW32API.h \ |
45 |
wptGPGME.h |
46 |
|
47 |
|