summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-17 01:17:32 +0000
committerMatt Wilson <msw@redhat.com>2000-02-17 01:17:32 +0000
commit7ddfd099ba7cf31801d46701b9d45fedd05110ca (patch)
treebe725402b287da0ab693838e61ad4ec2c61a3d0d /Makefile
parent63ef34268b01c4534da2de02b4db01a21ec4ba1b (diff)
downloadanaconda-7ddfd099ba7cf31801d46701b9d45fedd05110ca.tar.gz
anaconda-7ddfd099ba7cf31801d46701b9d45fedd05110ca.tar.xz
anaconda-7ddfd099ba7cf31801d46701b9d45fedd05110ca.zip
make xmouse.so
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 14292616f..1afc7a600 100644
--- a/Makefile
+++ b/Makefile
@@ -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