aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-01-19 17:37:58 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-01-19 17:37:58 +0200
commit32255759a59fac277526a597ac8a3a2da5416d7a (patch)
treec1255ef2e6697da7a80ae23e4b3ecfec872a5a03 /src/Makefile.am
parent42015f0462e8f1b2292a48455ce740a627c14025 (diff)
downloadeclat-32255759a59fac277526a597ac8a3a2da5416d7a.tar.gz
eclat-32255759a59fac277526a597ac8a3a2da5416d7a.tar.bz2
Implement modify-instance-attribute
* src/modinstattr.c: New file. * src/Makefile.am (eclat_SOURCES): add modinstattr.c * src/eclat.c (cmdtab): Add "modify-instance-attribute" * src/eclat.h (eclat_modify_instance_attribute): New proto. * TODO: Update. * doc/eclat-modify-instance-attribute.1: New file. * doc/eclat-describe-instance-attribute.1: Update. * doc/Makefile.am: Add new file. * etc/modify-instance-attribute.fln: New file. * etc/Makefile.am: Add new file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9756ff3..9cd48cd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Eclat
-# Copyright (C) 2012 Sergey Poznyakoff
+# Copyright (C) 2012, 2013 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -44,6 +44,7 @@ eclat_SOURCES=\
eclat.h\
genericcl.c\
getconout.c\
+ modinstattr.c\
reladdr.c\
startinst.c\
util.c

Return to:

Send suggestions and report system problems to the System administrator.