diff options
author | David Walter Seikel | 2011-06-27 15:59:06 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-06-27 15:59:06 +1000 |
commit | 92bd9b2503e7dd927f416cb9b17f169ea925fa56 (patch) | |
tree | f0f3776cfc0c6e6224db66f5678387c580095f16 /linden/indra/libgcrypt/libgcrypt-1.2.2/w32-dll/Makefile.am | |
parent | Make use of the new packaging stuff from upstream. (diff) | |
download | meta-impy-92bd9b2503e7dd927f416cb9b17f169ea925fa56.zip meta-impy-92bd9b2503e7dd927f416cb9b17f169ea925fa56.tar.gz meta-impy-92bd9b2503e7dd927f416cb9b17f169ea925fa56.tar.bz2 meta-impy-92bd9b2503e7dd927f416cb9b17f169ea925fa56.tar.xz |
Clean up line endings, execute bits, and other bits of errant nonsense from Windows.
Diffstat (limited to 'linden/indra/libgcrypt/libgcrypt-1.2.2/w32-dll/Makefile.am')
-rw-r--r--[-rwxr-xr-x] | linden/indra/libgcrypt/libgcrypt-1.2.2/w32-dll/Makefile.am | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/linden/indra/libgcrypt/libgcrypt-1.2.2/w32-dll/Makefile.am b/linden/indra/libgcrypt/libgcrypt-1.2.2/w32-dll/Makefile.am index 5d63e8b..8ad50fc 100755..100644 --- a/linden/indra/libgcrypt/libgcrypt-1.2.2/w32-dll/Makefile.am +++ b/linden/indra/libgcrypt/libgcrypt-1.2.2/w32-dll/Makefile.am | |||
@@ -1,27 +1,27 @@ | |||
1 | # Copyright (C) 2002 Free Software Foundation, Inc. | 1 | # Copyright (C) 2002 Free Software Foundation, Inc. |
2 | # | 2 | # |
3 | # This file is part of Libgcrypt. | 3 | # This file is part of Libgcrypt. |
4 | # | 4 | # |
5 | # Libgcrypt is free software; you can redistribute it and/or modify | 5 | # Libgcrypt is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU Lesser General Public License as | 6 | # it under the terms of the GNU Lesser General Public License as |
7 | # published by the Free Software Foundation; either version 2.1 of | 7 | # published by the Free Software Foundation; either version 2.1 of |
8 | # the License, or (at your option) any later version. | 8 | # the License, or (at your option) any later version. |
9 | # | 9 | # |
10 | # Libgcrypt is distributed in the hope that it will be useful, | 10 | # Libgcrypt is distributed in the hope that it will be useful, |
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | # GNU Lesser General Public License for more details. | 13 | # GNU Lesser General Public License for more details. |
14 | # | 14 | # |
15 | # You should have received a copy of the GNU Lesser General Public | 15 | # You should have received a copy of the GNU Lesser General Public |
16 | # License along with this program; if not, write to the Free Software | 16 | # License along with this program; if not, write to the Free Software |
17 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA | 17 | # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
18 | 18 | ||
19 | BUILT_SOURCES = libgcrypt.dll | 19 | BUILT_SOURCES = libgcrypt.dll |
20 | 20 | ||
21 | libgcrypt.dll: | 21 | libgcrypt.dll: |
22 | ./build-dll | 22 | ./build-dll |
23 | 23 | ||
24 | 24 | ||
25 | 25 | ||
26 | 26 | ||
27 | 27 | ||