~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/inets/src/inets_app/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-08-05 20:54:29 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090805205429-pm4pnwew8axraosl
Tags: 1:13.b.1-dfsg-5
* Fixed parentheses in Emacs mode (closes: #536891).
* Removed unnecessary conflicts with erlang-manpages package.
* Added workaround for #475459: disabled threads on sparc architecture.
  This breaks wxErlang, so it's only a temporary solution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
# ----------------------------------------------------
28
28
include ../../vsn.mk
29
29
 
30
 
VSN     = $(INETS_VSN)
31
 
APP_VSN = "inets-$(VSN)"
32
 
 
 
30
VSN = $(INETS_VSN)
33
31
 
34
32
# ----------------------------------------------------
35
33
# Release directory specification
41
39
# Target Specs
42
40
# ----------------------------------------------------
43
41
MODULES = \
 
42
        inets_service \
44
43
        inets \
45
44
        inets_app \
46
45
        inets_sup \
47
 
        inets_service
 
46
        inets_regexp
48
47
 
49
48
HRL_FILES = inets_internal.hrl
50
49