]> git.ozlabs.org Git - petitboot/blob - lib/Makefile.am
grub2: fix empty file handling
[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 AM_CPPFLAGS = -I$(top_srcdir)/lib $(DEFAULT_CPPFLAGS) \
16         -DPREFIX='"$(prefix)"'
17
18 AM_CFLAGS = $(DEFAULT_CFLAGS)
19
20 noinst_LTLIBRARIES = libpbcore.la
21
22 libpbcore_la_SOURCES = \
23         fold/fold.h \
24         fold/fold.c \
25         log/log.h \
26         log/log.c \
27         list/list.c \
28         list/list.h \
29         waiter/waiter.c \
30         waiter/waiter.h \
31         pb-protocol/pb-protocol.c \
32         pb-protocol/pb-protocol.h \
33         pb-config/pb-config.c \
34         pb-config/pb-config.h \
35         process/process.c \
36         process/process.h \
37         types/types.h \
38         talloc/talloc.c \
39         talloc/talloc.h \
40         system/system.c \
41         system/system.h \
42         url/url.c \
43         url/url.h \
44         util/util.c \
45         util/util.h
46
47 MAINTAINERCLEANFILES = Makefile.in