summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-01-18 21:11:04 +0000
committerJeremy Katz <katzj@redhat.com>2007-01-18 21:11:04 +0000
commit249c7b9acc5fbd5800b28337a228c75b66f2422c (patch)
tree123b4f3fb66c16613f043f434d0384647b8e7dcc /Makefile
parentaa19a2f26808bcc2dff2e5bb8fae741970901b54 (diff)
downloadanaconda-249c7b9acc5fbd5800b28337a228c75b66f2422c.tar.gz
anaconda-249c7b9acc5fbd5800b28337a228c75b66f2422c.tar.xz
anaconda-249c7b9acc5fbd5800b28337a228c75b66f2422c.zip
* anaconda (doStartupX11Actions): Set a selection if we're using
mini-wm so that we can tell later * xutils.c (getXatom): Add support for seeing if a selection is set * Makefile (xutils.so): Need gdk for this
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e59750c12..ddc141505 100644
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,8 @@ xmouse.so: xmouse.c
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 $(CFLAGS)
- gcc -o xutils.so -shared xutils.o -ggdb -L/usr/X11R6/$(LIBDIR) -lX11
+ gcc -ggdb -Wall -o xutils.o -fno-strict-aliasing -fPIC -I/usr/X11R6/include -I$(PYTHONINCLUDE) -I $(PYTHONINCLUDE) -c xutils.c $(CFLAGS) `pkg-config --cflags gdk-2.0`
+ gcc -o xutils.so -shared xutils.o -ggdb -L/usr/X11R6/$(LIBDIR) -lX11 `pkg-config --libs gdk-2.0`
depend:
rm -f *.o *.so *.pyc