summaryrefslogtreecommitdiff
path: root/libmailbox/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libmailbox/Makefile.am')
-rw-r--r--libmailbox/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/libmailbox/Makefile.am b/libmailbox/Makefile.am
new file mode 100644
index 000000000..1ad179b39
--- /dev/null
+++ b/libmailbox/Makefile.am
@@ -0,0 +1,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.