diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-10-21 10:37:29 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-10-21 10:37:29 +0000 |
commit | 97ed8d2ef7cc89d6ef91ca7e92bd66e11766d8de (patch) | |
tree | a4a16f95a9d84826770be66424f1dc8ed4d3ead2 /libextra | |
parent | 5f6d4c60c71ba04ff81107607c05a0a7399d8235 (diff) | |
download | gnutls-97ed8d2ef7cc89d6ef91ca7e92bd66e11766d8de.tar.gz |
Need lgpl/ gnulib in CFLAGS.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/opencdk/Makefile.am | 26 |
1 files changed, 25 insertions, 1 deletions
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 |