From: Simon Josefsson Date: Sat, 21 Oct 2006 10:37:29 +0000 (+0000) Subject: Need lgpl/ gnulib in CFLAGS. X-Git-Tag: gnutls_1_5_3~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97ed8d2ef7cc89d6ef91ca7e92bd66e11766d8de;p=thirdparty%2Fgnutls.git Need lgpl/ gnulib in CFLAGS. --- diff --git a/libextra/opencdk/Makefile.am b/libextra/opencdk/Makefile.am index 33fe42b54f..32c22eabf8 100644 --- a/libextra/opencdk/Makefile.am +++ b/libextra/opencdk/Makefile.am @@ -1,4 +1,28 @@ -INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_builddir)/gl +## Process this file with automake to produce Makefile.in +# Copyright (C) 2004, 2005, 2006 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)/lgl -I$(top_builddir)/lgl + -I$(top_srcdir)/gl -I$(top_builddir)/gl noinst_LTLIBRARIES = libminiopencdk.la