aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-01-08 12:27:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-01-08 12:27:59 +0000
commitd38b9e71525c11046fc68f5d30dcc6d9e07dbf9c (patch)
tree715738f390a35bdfbea52714a83c73a5f89f0f2f
parent91ed4ebaa40027ef58cec1783117e81b97f00eec (diff)
downloadmailfromd-d38b9e71525c11046fc68f5d30dcc6d9e07dbf9c.tar.gz
mailfromd-d38b9e71525c11046fc68f5d30dcc6d9e07dbf9c.tar.bz2
Add missing files, fix svn:ignore
git-svn-id: file:///svnroot/mailfromd/branches/gmach@1543 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--lib/Makefile.am31
-rw-r--r--smap/Makefile.am27
2 files changed, 58 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
new file mode 100644
index 00000000..96f461e5
--- /dev/null
+++ b/lib/Makefile.am
@@ -0,0 +1,31 @@
+# This file is part of mailfromd.
+# Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+noinst_LIBRARIES=libmf.a
+
+noinst_HEADERS = libmf.h syslog_async.h
+EXTRA_DIST = syslog_async.c
+
+SYSLOG_ASYNC_O=syslog_async.o
+
+libmf_a_SOURCES=\
+ version.c
+
+libmf_a_LIBADD=$(LIBOBJS) $(BUILD_SYSLOG_ASYNC)
+libmf_a_DEPENDENCIES=$(BUILD_SYSLOG_ASYNC)
+
+INCLUDES = -I$(top_srcdir)/gnu -I../gnu
+
diff --git a/smap/Makefile.am b/smap/Makefile.am
new file mode 100644
index 00000000..82f90284
--- /dev/null
+++ b/smap/Makefile.am
@@ -0,0 +1,27 @@
+# This file is part of mailfromd.
+# Copyright (C) 2008 Sergey Poznyakoff
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+sbin_PROGRAMS = smap
+smap_SOURCES = smap.c
+
+INCLUDES = \
+ $(MAILUTILS_INCLUDES)\
+ $(MU_COMMON_INCLUDES)\
+ -I$(top_srcdir)/lib\
+ -I$(top_srcdir)/gnu\
+ -I../gnu
+
+LDADD = ../lib/libmf.a ../gnu/libgnu.a $(MAILUTILS_LIBS)

Return to:

Send suggestions and report system problems to the System administrator.