More cleanup in error paths to plug leaks found while installing dbus.
[oweals/opkg-lede.git] / libbb / Makefile.am
1 HOST_CPU=@host_cpu@
2 BUILD_CPU=@build_cpu@
3 ALL_CFLAGS=-g -O -Wall -DHOST_CPU_STR=\"@host_cpu@\" -DBUILD_CPU=@build_cpu@
4
5 noinst_LTLIBRARIES = libbb.la
6
7 libbb_la_SOURCES = gz_open.c \
8         libbb.h \
9         unzip.c \
10         wfopen.c \
11         unarchive.c \
12         copy_file.c \
13         copy_file_chunk.c \
14         error_msg.c error_msg_and_die.c \
15         perror_msg.c perror_msg_and_die.c \
16         xreadlink.c \
17         concat_path_file.c \
18         ask_confirmation.c \
19         verror_msg.c vperror_msg.c \
20         xfuncs.c messages.c \
21         last_char_is.c \
22         make_directory.c \
23         safe_strncpy.c \
24         parse_mode.c \
25         time_string.c \
26         all_read.c \
27         mode_string.c
28
29 libbb_la_CFLAGS = $(ALL_CFLAGS)
30 #libbb_la_LDFLAGS = -static