diff options
| author | Andre Heinecke <[email protected]> | 2018-08-21 11:58:06 +0000 | 
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2018-08-21 11:58:51 +0000 | 
| commit | 0036b9bc493f0482cc7c4619867649481393163e (patch) | |
| tree | 36eaec7363c7e4948cd0ab1bdda0d34b5c563ae9 /lang/js/BrowserTestExtension | |
| parent | js: Update extra_dist files (diff) | |
| download | gpgme-0036b9bc493f0482cc7c4619867649481393163e.tar.gz gpgme-0036b9bc493f0482cc7c4619867649481393163e.zip | |
js: Fix library name mentioned in js Makefiles
--
Diffstat (limited to '')
| -rw-r--r-- | lang/js/BrowserTestExtension/Makefile.am | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/lang/js/BrowserTestExtension/Makefile.am b/lang/js/BrowserTestExtension/Makefile.am index 6153f7d7..8f0a4f93 100644 --- a/lang/js/BrowserTestExtension/Makefile.am +++ b/lang/js/BrowserTestExtension/Makefile.am @@ -1,14 +1,14 @@ -# Makefile.am for GPGME-JS. +# Makefile.am for gpgme.js.  # Copyright (C) 2018 Intevation GmbH  #  # This file is part of GPGME.  # -# GPGME-CL is free software; you can redistribute it and/or modify it +# gpgme.js is free software; you can redistribute it and/or modify it  # under the terms of the GNU General Public License as published by  # the Free Software Foundation; either version 2 of the License, or  # (at your option) any later version.  # -# GPGME-CL is distributed in the hope that it will be useful, +# gpgme.js is distributed in the hope that it will be useful,  # but WITHOUT ANY WARRANTY; without even the implied warranty of  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  # GNU Lesser General Public License for more details. | 
