mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
38b245b46a
Signed-off-by: Thomas Schwinge <thomas@schwinge.name>
27 lines
467 B
Makefile
27 lines
467 B
Makefile
# $Id: Makefile.am,v 1.12 2007/06/30 15:40:53 mrsam Exp $
|
|
#
|
|
# Copyright 1998 - 2004 Double Precision, Inc. See COPYING for
|
|
# distribution information.
|
|
|
|
|
|
CLEANFILES=$(noinst_DATA)
|
|
noinst_LTLIBRARIES=libnumlib.la
|
|
|
|
libnumlib_la_SOURCES=\
|
|
atotimet.c \
|
|
atouidt.c \
|
|
changeuidgid.c \
|
|
numlib.h \
|
|
strdevt.c \
|
|
strgidt.c \
|
|
strhdevt.c \
|
|
strhinot.c \
|
|
strhpidt.c \
|
|
strhtimet.c \
|
|
strinot.c \
|
|
strofft.c \
|
|
strpidt.c \
|
|
strsize.c \
|
|
strsizet.c \
|
|
strtimet.c \
|
|
struidt.c
|