diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-08 18:27:40 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-08 18:27:40 +0000 |
commit | bfee0e7611dd99a4c1b7ffa2cd038c943aba5117 (patch) | |
tree | 27d84756da7ee78a2c672f88da663bdf34e2be33 /collage/Makefile | |
parent | ecce42954effad096e4c613b9705ca55f430efb3 (diff) | |
download | anaconda-bfee0e7611dd99a4c1b7ffa2cd038c943aba5117.tar.gz anaconda-bfee0e7611dd99a4c1b7ffa2cd038c943aba5117.tar.xz anaconda-bfee0e7611dd99a4c1b7ffa2cd038c943aba5117.zip |
o patches for jj for moving to kudzu for probing
o don't change the root text for a messagewindow
Diffstat (limited to 'collage/Makefile')
-rw-r--r-- | collage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collage/Makefile b/collage/Makefile index 359ce501d..8229c60a0 100644 --- a/collage/Makefile +++ b/collage/Makefile @@ -1,6 +1,6 @@ CFLAGS = -Wall -g LDFLAGS = -g -LOADLIBES = -L../isys -lpopt -lz -lisys -lresolv -lrpm +LOADLIBES = -L../isys -lpopt -lz -lisys -lresolv -lrpm -lbz2 all: collage |