mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 19:38:07 +01:00
28 lines
467 B
Text
28 lines
467 B
Text
|
# $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
|