~ubuntu-branches/ubuntu/jaunty/isdnutils/jaunty-proposed

« back to all changes in this revision

Viewing changes to vbox/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2004-09-04 08:20:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040904082020-g641px056lshw203
Tags: 1:3.3.0.20040728-2
* Put libcapi20 development files into new libcapi20-dev package,
  change libcapi20 soname to libcapi20-3, conflict with existing
  versions of packages depending on libcapi20-3 (closes: #268767).
* Update debconf translation strings (closes: #268716).
* Update french debconf translation (closes: #269666).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                $(CC) $(CFLAGS) -c lists.c
39
39
 
40
40
script.o:       $(HEADERS) script.c
41
 
                $(CC) $(CFLAGS) -DBINDIR='"$(VBOX_SBINDIR)"' -c script.c
 
41
                $(CC) $(CFLAGS) -DBINDIR='"$(VBOX_BINDIR)"' -c script.c
42
42
 
43
43
voice.o:        $(HEADERS) voice.c
44
44
                $(CC) $(CFLAGS) $(VBOX_SUSPEND_DEF) -c voice.c
147
147
VBOXDOBJS       = vboxd.o streamio.o
148
148
 
149
149
vboxd:            $(VBOXDOBJS)
150
 
                  $(CC) $(CFLAGS) $(VBOXDOBJS) -o vboxd -L. -lvbox -lcrypt
 
150
                  $(CC) $(CFLAGS) $(VBOXDOBJS) -o vboxd -L. -lvbox
151
151
 
152
152
distclean: clean
153
153