Fix CFLAGS/LDFLAGS syntax
[platform/upstream/lrzsz.git] / lib / Makefile.am
1 noinst_LIBRARIES=libzmodem.a
2 CFLAGS=@CFLAGS@
3 AUTOMAKE_OPTIONS=ansi2knr
4
5 EXTRA_DIST = alloca.c ansi2knr.1 ansi2knr.c \
6         getopt.c getopt1.c mkdir.c mktime.c \
7         strdup.c strerror.c strstr.c strpbrk.c strtol.c strtoul.c stpcpy.c \
8         strftime.c vasprintf.c
9
10 libzmodem_a_SOURCES = long-options.c xstrtol.c xstrtoul.c error.c
11 libzmodem_a_LIBADD  = @LIBOBJS@ @ALLOCA@
12 libzmodem_a_DEPENDENCIES  = @ALLOCA@ @LIBOBJS@
13
14 noinst_HEADERS = getopt.h long-options.h xstrtol.h xstrtoul.h error.h
15