diff options
author | Werner Koch <[email protected]> | 2009-01-26 10:21:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-01-26 10:21:10 +0000 |
commit | d951cb713fdc3a1310534acdce84e3e005ad1d04 (patch) | |
tree | 1e99ea7abcee865b534f9caa1aea1ac096f0eea6 /Makefile.am | |
parent | Renamed rungpg.c to engine-gpg.c for conistency. (diff) | |
download | gpgme-d951cb713fdc3a1310534acdce84e3e005ad1d04.tar.gz gpgme-d951cb713fdc3a1310534acdce84e3e005ad1d04.zip |
First take on the low-level assuan interface.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 432bfca4..d22ceaec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,8 +15,7 @@ # Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# License along with this program; if not, see <http://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in |