diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-17 01:17:32 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-17 01:17:32 +0000 |
commit | 7ddfd099ba7cf31801d46701b9d45fedd05110ca (patch) | |
tree | be725402b287da0ab693838e61ad4ec2c61a3d0d /Makefile | |
parent | 63ef34268b01c4534da2de02b4db01a21ec4ba1b (diff) | |
download | anaconda-7ddfd099ba7cf31801d46701b9d45fedd05110ca.tar.gz anaconda-7ddfd099ba7cf31801d46701b9d45fedd05110ca.tar.xz anaconda-7ddfd099ba7cf31801d46701b9d45fedd05110ca.zip |
make xmouse.so
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ ALLSUBDIRS = $(BUILDONLYSUBDIRS) $(SUBDIRS) PYFILES = $(wildcard *.py) -all: subdirs _xkb.so $(CATALOGS) +all: subdirs _xkb.so xmouse.so $(CATALOGS) _xkb.so: xkb.c gcc -Wall -o _xkb.o -fPIC -I/usr/include/python1.5 `gtk-config --cflags gtk` -c xkb.c |