~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to ntop/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Dennis Schoen
  • Date: 2002-04-12 11:38:47 UTC
  • Revision ID: james.westby@ubuntu.com-20020412113847-go1hsrm93p9idz1d
Tags: 2.0.0-14
split reload and restart in init.d script in different
function blocks, reload won't restart ntop, if not already
running.
(Closes: #142372)

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
libntopreport_la_LIBADD       = $(MORELIBS)
146
146
libntopreport_la_LDFLAGS      = -version-info @NTOP_VERSION_INFO@ -release @NTOP_RELEASE@ -export-dynamic @DYN_FLAGS@
147
147
 
148
 
man_MANS = ntop.8 intop/intop.1
 
148
man_MANS = ntop.8 ntop-rules.8
149
149
 
150
150
.PHONY: snapshot
151
151
 
219
219
        /bin/rm -f privkey.pem cert.pem
220
220
 
221
221
install-data-local:
222
 
        @cp -p ntop-cert.pem $(bindir)/ntop-cert.pem
 
222
        #@cp -p ntop-cert.pem $(bindir)/ntop-cert.pem
223
223
        @$(top_srcdir)/mkinstalldirs $(DESTDIR)/$(libdir)/plugins;
224
224
        @$(top_srcdir)/mkinstalldirs $(DESTDIR)/$(datadir)/ntop;
225
225
        @$(top_srcdir)/mkinstalldirs $(DESTDIR)/$(datadir)/ntop/html;