]> git.ozlabs.org Git - petitboot/blob - lib/Makefile.am
ui/ncurses: Update nc-config help text for Disk R/W
[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 core_lib = lib/libpbcore.la
16
17 noinst_LTLIBRARIES += $(core_lib)
18
19 lib_libpbcore_la_CPPFLAGS = \
20         $(AM_CPPFLAGS) \
21         -DPREFIX='"$(prefix)"'
22
23 lib_libpbcore_la_SOURCES = \
24         lib/file/file.h \
25         lib/file/file.c \
26         lib/fold/fold.h \
27         lib/fold/fold.c \
28         lib/i18n/i18n.h \
29         lib/log/log.h \
30         lib/log/log.c \
31         lib/list/list.c \
32         lib/list/list.h \
33         lib/waiter/waiter.c \
34         lib/waiter/waiter.h \
35         lib/pb-protocol/pb-protocol.c \
36         lib/pb-protocol/pb-protocol.h \
37         lib/pb-config/pb-config.c \
38         lib/pb-config/pb-config.h \
39         lib/process/process.c \
40         lib/process/process.h \
41         lib/types/types.c \
42         lib/types/types.h \
43         lib/talloc/talloc.c \
44         lib/talloc/talloc.h \
45         lib/system/system.c \
46         lib/system/system.h \
47         lib/url/url.c \
48         lib/url/url.h \
49         lib/util/util.c \
50         lib/util/util.h