diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-11 15:43:56 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-11 15:43:56 +0000 |
commit | 67b133020bb2a5ba90005ac6da55a0d5d1424799 (patch) | |
tree | 68eae41b81639206b3de7dc12b4a3c1335144048 /balkan/Makefile | |
parent | e0e974477f07b1eb16c7553528b3f64d5d520ce5 (diff) | |
download | anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.tar.gz anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.tar.xz anaconda-67b133020bb2a5ba90005ac6da55a0d5d1424799.zip |
patch from jj, misc fixesbefore.po.msgmerge
Diffstat (limited to 'balkan/Makefile')
-rw-r--r-- | balkan/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/balkan/Makefile b/balkan/Makefile index 0aec850e3..9ed6826d8 100644 --- a/balkan/Makefile +++ b/balkan/Makefile @@ -1,6 +1,6 @@ PYTHONLIBDIR = $(DESTDIR)/usr/lib/python1.5/site-packages -OBJECTS = rw.o dos.o +OBJECTS = rw.o dos.o sun.o TARGET = libbalkan.a @@ -19,5 +19,7 @@ clean: dos.o: dos.h +sun.o: sun.h + install: all cp _balkanmodule.so $(PYTHONLIBDIR) |