~jtaylor/ubuntu/oneiric/gajim/multiple-CVE

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Nafallo Bjälevik
  • Date: 2009-06-12 13:49:19 UTC
  • mto: (1.5.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: james.westby@ubuntu.com-20090612134919-q5i1vj7b4pubx281
Tags: upstream-0.12.2
Import upstream version 0.12.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
OPTIONAL_BIN =
9
9
endif
10
10
 
11
 
bin_SCRIPTS = scripts/gajim $(OPTIONAL_BIN)
 
11
bin_SCRIPTS = scripts/gajim scripts/gajim-history-manager $(OPTIONAL_BIN)
12
12
 
13
13
 
14
14
docfilesdir = $(docdir)
28
28
        intltool-update.in      \
29
29
        gajim.nsi \
30
30
        setup_win32.py \
31
 
        scripts/gajim.in        \
32
 
        scripts/gajim-remote.in
 
31
        scripts/gajim.in
33
32
        
34
33
DISTCLEANFILES =                \
35
34
        intltool-extract        \
36
35
        intltool-merge          \
37
36
        intltool-update         \
38
37
        scripts/gajim           \
39
 
        scripts/gajim-remote
 
38
        scripts/gajim-remote    \
 
39
        scripts/gajim-histrory-manager
40
40
 
41
41
MAINTAINERCLEANFILES = \
42
42
        configure \