~ubuntu-branches/ubuntu/trusty/wm2/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2001-12-03 20:15:16 UTC
  • Revision ID: james.westby@ubuntu.com-20011203201516-z8wg8xwze024ss98
Tags: 4-5.1
* NMU
* Fix g++ 3.0 errors. Closes: #105074.
* Missing Build-Depends: debhelper (and xlibs-dev, but that one gets guessed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
LIBS    =  -L/usr/X11/lib -lXext -lX11 -lXmu -lm
 
2
LIBS    =  -L/usr/X11R6/lib -lXext -lX11 -lXt -lXmu -lSM -lICE -lm
3
3
 
4
4
CC      = gcc
5
 
CCC     = gcc
 
5
CCC     = g++
6
6
CFLAGS  = -O2
7
7
OBJECTS = Border.o Buttons.o Client.o Events.o Main.o Manager.o Rotated.o
8
8