summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
blob: 2aadabf6c979adc68a410fa625090e7bbc06055b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in.
# Copyright (C) 2004-2007 Free Software Foundation, Inc.
#
# This file is free software, distributed under the terms of the GNU
# General Public License.  As a special exception to the GNU General
# Public License, this file may be distributed as part of a program
# that contains a configuration script generated by Autoconf, under
# the same distribution terms as the rest of that program.

include gnulib.mk

AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS)

libgnu_a_LIBADD += $(LIBOBJS)
libgnu_a_DEPENDENCIES += $(LIBOBJS)