]> git.ozlabs.org Git - petitboot/blob - lib/Makefile.am
discover: Remove {U,}MOUNT_BIN defines
[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         log/log.h \
24         log/log.c \
25         list/list.c \
26         list/list.h \
27         waiter/waiter.c \
28         waiter/waiter.h \
29         pb-protocol/pb-protocol.c \
30         pb-protocol/pb-protocol.h \
31         talloc/talloc.c \
32         talloc/talloc.h \
33         system/system.c \
34         system/system.h
35
36 MAINTAINERCLEANFILES = Makefile.in