summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-04-17 20:00:33 +0000
committerMatt Wilson <msw@redhat.com>2000-04-17 20:00:33 +0000
commit6f122a2794396f1777e3fe41bc98fda27e67ae44 (patch)
tree3074b305703c1f0170673657ae0e5834a1085f5a /Makefile
parent96040f2d2acfcc3052eefd2102227aabbaf70f6f (diff)
downloadanaconda-6f122a2794396f1777e3fe41bc98fda27e67ae44.tar.gz
anaconda-6f122a2794396f1777e3fe41bc98fda27e67ae44.tar.xz
anaconda-6f122a2794396f1777e3fe41bc98fda27e67ae44.zip
merge from anaconda-6-2j-branch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aace5d259..67e434840 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ CATALOGS = po/anaconda.pot
PYFILES = $(wildcard *.py)
-all: subdirs _xkb.so xmouse.so $(CATALOGS)
+all: subdirs _xkb.so xmouse.so $(CATALOGS) lang-table
_xkb.so: xkb.c
gcc -Wall -o _xkb.o -fPIC -I/usr/include/python1.5 `gtk-config --cflags gtk` -c xkb.c