summaryrefslogtreecommitdiff
path: root/libmailutils/sockaddr/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libmailutils/sockaddr/Makefile.am')
-rw-r--r--libmailutils/sockaddr/Makefile.am31
1 files changed, 31 insertions, 0 deletions
diff --git a/libmailutils/sockaddr/Makefile.am b/libmailutils/sockaddr/Makefile.am
new file mode 100644
index 000000000..dcfb18446
--- /dev/null
+++ b/libmailutils/sockaddr/Makefile.am
@@ -0,0 +1,31 @@
1# GNU Mailutils -- a suite of utilities for electronic mail
2# Copyright (C) 2011 Free Software Foundation, Inc.
3#
4# This library is free software; you can redistribute it and/or
5# modify it under the terms of the GNU Lesser General Public
6# License as published by the Free Software Foundation; either
7# version 3 of the License, or (at your option) any later version.
8#
9# This library is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12# Lesser General Public License for more details.
13#
14# You should have received a copy of the GNU Lesser General
15# Public License along with this library. If not, see
16# <http://www.gnu.org/licenses/>.
17
18noinst_LTLIBRARIES = libsockaddr.la
19
20libsockaddr_la_SOURCES = \
21 copy.c\
22 create.c\
23 free.c\
24 fromnode.c\
25 insert.c\
26 ipaddr.c\
27 str.c\
28 unlink.c\
29 url.c
30
31INCLUDES = @MU_LIB_COMMON_INCLUDES@ -I/libmailutils

Return to:

Send suggestions and report system problems to the System administrator.