~kampka/ubuntu/quantal/zabbix/upstart-support

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2009-06-28 19:11:29 UTC
  • mfrom: (19.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090628191129-5esmmf2h3tbff1fv
* New upstream release
* Merge upstream config file to template (Closes: #528426)
* Move logrotate from Depends to Suggests (Closes: #534096)
* Server should not crash anymore if postgresql transaction fails
  (Closes: #520197)
* Update fr.po (Closes: #527559)
* Update es.po (Closes: #527600)
* Update sv.po (Closes: #528571)
* Update it.po (Closes: #529157)
* Update cs.po (Closes: #529502)
* Update de.po (Closes: #532344)

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
@AGENT_TRUE@    zabbix_sender
222
222
 
223
223
@SERVER_TRUE@SERVER_SUBDIRS = zabbix_server
224
 
@PROXY_TRUE@PROXY_SUBDIRS = \
225
 
@PROXY_TRUE@    zabbix_proxy \
226
 
@PROXY_TRUE@    zabbix_server/pinger
 
224
@PROXY_TRUE@@SERVER_FALSE@PROXY_SUBDIRS = \
 
225
@PROXY_TRUE@@SERVER_FALSE@      zabbix_server/dbsyncer \
 
226
@PROXY_TRUE@@SERVER_FALSE@      zabbix_server/discoverer \
 
227
@PROXY_TRUE@@SERVER_FALSE@      zabbix_server/httppoller \
 
228
@PROXY_TRUE@@SERVER_FALSE@      zabbix_server/pinger \
 
229
@PROXY_TRUE@@SERVER_FALSE@      zabbix_server/poller \
 
230
@PROXY_TRUE@@SERVER_FALSE@      zabbix_server/trapper \
 
231
@PROXY_TRUE@@SERVER_FALSE@      zabbix_server/nodewatcher \
 
232
@PROXY_TRUE@@SERVER_FALSE@      zabbix_proxy
 
233
 
 
234
@PROXY_TRUE@@SERVER_TRUE@PROXY_SUBDIRS = \
 
235
@PROXY_TRUE@@SERVER_TRUE@       zabbix_proxy
227
236
 
228
237
SUBDIRS = \
229
238
        libs \
230
239
        $(AGENT_SUBDIRS) \
231
 
        $(PROXY_SUBDIRS) \
232
 
        $(SERVER_SUBDIRS)
 
240
        $(SERVER_SUBDIRS) \
 
241
        $(PROXY_SUBDIRS)
233
242
 
234
243
all: all-recursive
235
244