summaryrefslogtreecommitdiff
path: root/libmailbox/Makefile.am
blob: 1ad179b3951af376f90fb150b093f3ba05904f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Use automake to process this file -*-Makefile-*-

if INSTALL_MAILBOX
include_HEADERS = mailbox.h
lib_LTLIBRARIES = libmailbox.la
else
noinst_HEADERS = mailbox.h
noinst_LTLIBRARIES = libmailbox.la
endif

libmailbox_la_SOURCES = mailbox.c unixmbox.c unixmbox.h
libmailbox_la_LDFLAGS = -version-info 0:0:0

Return to:

Send suggestions and report system problems to the System administrator.