~ubuntu-branches/ubuntu/jaunty/luasocket/jaunty

« back to all changes in this revision

Viewing changes to src/makefile

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Tassi
  • Date: 2007-12-27 02:03:37 UTC
  • mfrom: (3.1.5 hardy)
  • Revision ID: james.westby@ubuntu.com-20071227020337-dch6u5sztqwj8l97
Tags: 2.0.2-3
* Renamed luasocket-doc.docs to liblua-socket-doc.docs so that
  documentation is ipart of the package (Closes: #457891)
* Added Vcs-Browser and removed XS-X- from Vcs-Svn
* Bumped Standards-Version to 3.7.3
* Placed -dev and -doc packages in the right sections
* Added documentation to every dpatch patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# Modules belonging to socket-core
12
12
#
13
13
 
 
14
#$(COMPAT)/compat-5.1.o \
 
15
 
14
16
SOCKET_OBJS:= \
15
 
        $(COMPAT)/compat-5.1.o \
16
17
        luasocket.o \
17
18
        timeout.o \
18
19
        buffer.o \
29
30
#------
30
31
# Modules belonging mime-core
31
32
#
 
33
#$(COMPAT)/compat-5.1.o \
 
34
 
32
35
MIME_OBJS:=\
33
 
        $(COMPAT)/compat-5.1.o \
34
36
        mime.o 
35
37
 
36
 
 
37
38
#------
38
39
# Modules belonging unix (local domain sockets)
39
40
#