diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-06-15 12:06:22 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-06-15 12:06:22 +0000 |
commit | 05810b7a6daa82dff69e7c191812a31173f10436 (patch) | |
tree | 9506cb4a59c120479b3a707a3e9725c2ad173a9d /libextra | |
parent | 64c2b509ee2d3a662179735d9620b09a1aaf0c72 (diff) | |
download | gnutls-05810b7a6daa82dff69e7c191812a31173f10436.tar.gz |
Fix srcdir!=objdir builds.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/opencdk/Makefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libextra/opencdk/Makefile.am b/libextra/opencdk/Makefile.am index a443fd94d9..33fe42b54f 100644 --- a/libextra/opencdk/Makefile.am +++ b/libextra/opencdk/Makefile.am @@ -1,25 +1,3 @@ -## Process this file with automake to produce Makefile.in -# Copyright (C) 2004, 2005 Free Software Foundation -# -# Author: Nikos Mavroyanopoulos -# -# This file is part of GNUTLS-EXTRA. -# -# GNUTLS-EXTRA 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. -# -# GNUTLS-EXTRA 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 -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with GNUTLS-EXTRA; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. - INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_builddir)/gl noinst_LTLIBRARIES = libminiopencdk.la |