mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
6201491233
maildrop-2.5.5 is GPL-3. No change in functionality, just a precaution before relicensing.
26 lines
409 B
Makefile
26 lines
409 B
Makefile
#
|
|
# 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
|