summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-03-17 17:30:40 +0000
committerJeremy Katz <katzj@redhat.com>2004-03-17 17:30:40 +0000
commit2ca9c5b2b681b241d7168c40335227df608b0de6 (patch)
treedd0651a5944a1b16883c3bdc7da465eabc3adf81 /Makefile
parent39ca5cba9e58d6223099e7b3678b341eb3035f4f (diff)
downloadanaconda-2ca9c5b2b681b241d7168c40335227df608b0de6.tar.gz
anaconda-2ca9c5b2b681b241d7168c40335227df608b0de6.tar.xz
anaconda-2ca9c5b2b681b241d7168c40335227df608b0de6.zip
fix build with xorg-x11, I hope
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8b558ccf..47490aa33 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ mini-wm: mini-wm.c
xmouse.so: xmouse.c
gcc -Wall -o xmouse.o -fPIC -I/usr/X11R6/include -I$(PYTHONINCLUDE) -I $(PYTHONINCLUDE) -c xmouse.c -Wall -Werror
- gcc -o xmouse.so -shared xmouse.o /usr/X11R6/$(LIBDIR)/libXxf86misc.a -L/usr/X11R6/$(LIBDIR) -lX11 -lXext
+ gcc -o xmouse.so -shared xmouse.o -L/usr/X11R6/$(LIBDIR) -lXxf86misc -lX11 -lXext
xutils.so: xutils.c
gcc -ggdb -Wall -o xutils.o -fPIC -I/usr/X11R6/include -I$(PYTHONINCLUDE) -I $(PYTHONINCLUDE) -c xutils.c -Wall -Werror