aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-20 13:54:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-20 13:54:40 +0000
commit5d2f6b08d164d0106ef2377ceb01393226eeafef (patch)
tree3939f57e0aeba6dadca64eaf400ae42873a4fd6f /src/Makefile.am
parent39a9fb6ab567b48ac8c38b98143d6089e9d16709 (diff)
downloadwydawca-5d2f6b08d164d0106ef2377ceb01393226eeafef.tar.gz
wydawca-5d2f6b08d164d0106ef2377ceb01393226eeafef.tar.bz2
* jabberd/Makefile.am, cvs/Makefile.am, ckaliases/Makefile.am,
acinclude.m4, Makefile.am: Add copyright statements * wydawca/sql.c (trim_length): Move to verify.c * wydawca/verify.c (trim_length, trim) (check_access_rights): New functions (expand_param): Export (verify_triplet): Call verify_directive_format and check_access_rights * wydawca/wydawca.h (trim_length, trim, directive_parse) (directive_get_value, directive_pack_version) (directive_version_in_range_p, verify_directive_format) (directive_first, directive_next, process_directives) (create_directory, move_file): New functions (MIN_DIRECTIVE_VERSION,MAX_DIRECTIVE_VERSION) (MKDIR_PERMISSIONS,CREAT_PERMISSIONS): New defines * wydawca/gpg.c (wydawca_gpg_homedir): Return a meaningful value (verify_directive_signature): Call directive_parse * wydawca/process.c (parse_file_name): Return void * wydawca/directive.c: New file * wydawca/diskio.c: New file * wydawca/triplet.c (triplet_processor): Call process_directives (enumerate_triplets): Arg is not const * wydawca/Makefile.am: Add new sources * configure.ac: Check for sendfile git-svn-id: file:///svnroot/wydawca/trunk@281 6bb4bd81-ecc2-4fd4-a2d4-9571d19c0d33
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7d8c00e..c93b9bd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,26 @@
+# This file is part of GSC
+# Copyright (C) 2007 Sergey Poznyakoff
+#
+# GSC 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.
+#
+# GSC 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 GSC. If not, see <http://www.gnu.org/licenses/>.
+
sbin_PROGRAMS=@MODULE_WYDAWCA@
EXTRA_PROGRAMS=wydawca
wydawca_SOURCES=\
config.c\
+ directive.c\
gpg.c\
+ diskio.c\
method.c\
process.c\
sql.c\

Return to:

Send suggestions and report system problems to the System administrator.