summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-09-14 07:55:01 +0000
committerpnfisher <pnfisher>1999-09-14 07:55:01 +0000
commit98b21a46cee66805a9a2e70c0acea8209c3f51ae (patch)
tree5a68f249ac67c860b13df216985ca6927b555353 /Makefile
parent641bd3d7c1d8042e83f313cbab66dbcded06a055 (diff)
downloadanaconda-98b21a46cee66805a9a2e70c0acea8209c3f51ae.tar.gz
anaconda-98b21a46cee66805a9a2e70c0acea8209c3f51ae.tar.xz
anaconda-98b21a46cee66805a9a2e70c0acea8209c3f51ae.zip
updated xkb rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 627eccb27..77122c160 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,8 @@ PYFILES = $(wildcard *.py)
all: subdirs _xkb.so $(CATALOGS)
_xkb.so: xkb.c
- gcc -o _xkb.o -fPIC -I/usr/include/python1.5 -c xkb.c
- gcc -o _xkb.so -shared _xkb.o /usr/X11R6/lib/libxkbfile.a
+ gcc -Wall -o _xkb.o -fPIC -I/usr/include/python1.5 `gtk-config --cflags gtk` -c xkb.c
+ gcc -o _xkb.so -shared _xkb.o /usr/X11R6/lib/libxkbfile.a `gtk-config --libs gtk`
clean:
for d in $(ALLSUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d clean; done