]> git.ozlabs.org Git - petitboot/blob - lib/Makefile.am
Cleanup man pages
[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
17 AM_CFLAGS = $(DEFAULT_CFLAGS)
18
19 noinst_LTLIBRARIES = libpbcore.la
20
21 libpbcore_la_SOURCES = \
22         log/log.h \
23         log/log.c \
24         list/list.c \
25         list/list.h \
26         waiter/waiter.c \
27         waiter/waiter.h \
28         pb-protocol/pb-protocol.c \
29         pb-protocol/pb-protocol.h \
30         talloc/talloc.c \
31         talloc/talloc.h \
32         system/system.c \
33         system/system.h
34
35 MAINTAINERCLEANFILES = Makefile.in