X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fmisc%2FMakefile.am;h=15a2a9a01f1f1097c08eb483de12b5878105b360;hb=9d2ddae02038b4dfcc4e224b7d175eb7baebc15f;hp=bedc884dd1e9895fcae9378fde5c532df9167d60;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp-builds.git diff --git a/lib/misc/Makefile.am b/lib/misc/Makefile.am index bedc884d..15a2a9a0 100644 --- a/lib/misc/Makefile.am +++ b/lib/misc/Makefile.am @@ -5,12 +5,7 @@ noinst_LIBRARIES = libmisc.a INCLUDES = -I$(srcdir) -I$(top_srcdir)/src -I$(top_srcdir) \ -I$(top_srcdir)/intl -libmisc_a_SOURCES = qsort.c getopt.c getopt1.c -libmisc_a_LIBADD = @ALLOCA@ @LIBOBJS@ -libmisc_a_DEPENDENCIES = @ALLOCA@ @LIBOBJS@ - -EXTRA_DIST = alloca.c getdelim.c getline.c memchr.c memcmp.c memcpy.c \ -memmem.c memmove.c memset.c stpcpy.c strcasecmp.c strerror.c \ -strncasecmp.c strpbrk.c strstr.c strtok_r.c strtol.c strtoul.c +libmisc_a_SOURCES = +libmisc_a_LIBADD = $(ALLOCA) $(LIBOBJS) MAINTAINERCLEANFILES = Makefile.in