]> git.ozlabs.org Git - petitboot/blob - lib/Makefile.am
autotools: Don't require custom automake options
[petitboot] / lib / Makefile.am
1 #  This program is free software; you can redistribute it and/or modify
2 #  it under the terms of the GNU General Public License as published by
3 #  the Free Software Foundation; version 2 of the License.
4 #
5 #  This program is distributed in the hope that it will be useful,
6 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
7 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8 #  GNU General Public License for more details.
9 #
10 #  You should have received a copy of the GNU General Public License
11 #  along with this program; if not, write to the Free Software
12 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
13 #
14
15 AUTOMAKE_OPTIONS = subdir-objects
16
17 AM_CPPFLAGS = -I$(top_srcdir)/lib $(DEFAULT_CPPFLAGS) \
18         -DPREFIX='"$(prefix)"'
19
20 AM_CFLAGS = $(DEFAULT_CFLAGS)
21
22 noinst_LTLIBRARIES = libpbcore.la
23
24 libpbcore_la_SOURCES = \
25         fold/fold.h \
26         fold/fold.c \
27         log/log.h \
28         log/log.c \
29         list/list.c \
30         list/list.h \
31         waiter/waiter.c \
32         waiter/waiter.h \
33         pb-protocol/pb-protocol.c \
34         pb-protocol/pb-protocol.h \
35         pb-config/pb-config.c \
36         pb-config/pb-config.h \
37         process/process.c \
38         process/process.h \
39         types/types.h \
40         talloc/talloc.c \
41         talloc/talloc.h \
42         system/system.c \
43         system/system.h \
44         url/url.c \
45         url/url.h \
46         util/util.c \
47         util/util.h
48
49 MAINTAINERCLEANFILES = Makefile.in