Autotoolized:

New files.
Likewise.
Deleted.
This commit is contained in:
Phil Blundell
2004-03-25 23:57:55 +00:00
parent 10d93f24f0
commit 5025a4ed4c
7 changed files with 40 additions and 11 deletions

View File

@ -1,11 +0,0 @@
LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm
CFLAGS=-O -g
all: xcompmgr
xcompmgr: xcompmgr.c
$(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)
clean:
rm xcompmgr