diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-06-20 08:17:12 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-06-20 08:17:12 +0000 |
| commit | 01cd848a925015679ea237651e6291cd44129858 (patch) | |
| tree | 4327bfc443b9aff048f93b9d12ae3ad2de15533a /src/zabbix_sender | |
| parent | 06e27fe2d16497bb5021d9ed61b15a2d67b5d75e (diff) | |
| download | zabbix-01cd848a925015679ea237651e6291cd44129858.tar.gz zabbix-01cd848a925015679ea237651e6291cd44129858.tar.xz zabbix-01cd848a925015679ea237651e6291cd44129858.zip | |
- added column escalation_log.actiontype (Alexei)
- time related function 'nodata','date','dayofweek','time','now' will be
periodically updated (Alexei)
- update of functions optimised. Do not update if same value. (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1880 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/zabbix_sender')
| -rw-r--r-- | src/zabbix_sender/Makefile.in | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/zabbix_sender/Makefile.in b/src/zabbix_sender/Makefile.in index 7d753ff0..7be85244 100644 --- a/src/zabbix_sender/Makefile.in +++ b/src/zabbix_sender/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -57,14 +57,9 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -host_alias = @host_alias@ -host_triplet = @host@ CC = @CC@ -HAVE_LIB = @HAVE_LIB@ LDAP_INCLUDE = @LDAP_INCLUDE@ LDAP_LFLAGS = @LDAP_LFLAGS@ -LIB = @LIB@ -LTLIB = @LTLIB@ MAKEINFO = @MAKEINFO@ MYSQL_INCLUDE = @MYSQL_INCLUDE@ MYSQL_LFLAGS = @MYSQL_LFLAGS@ @@ -200,7 +195,7 @@ maintainer-clean-recursive: dot_seen=no; \ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ rev="$$subdir $$rev"; \ - test "$$subdir" != "." || dot_seen=yes; \ + test "$$subdir" = "." && dot_seen=yes; \ done; \ test "$$dot_seen" = "no" && rev=". $$rev"; \ target=`echo $@ | sed s/-recursive//`; \ @@ -242,7 +237,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ - || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) + || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: |
