summaryrefslogtreecommitdiffstats
path: root/loader2/Makefile
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-01-22 17:20:14 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-01-22 17:20:14 -1000
commit0fa0f43ccd8d9ec470c7eb2e9f50afc539c860dc (patch)
tree29d4c58420d7f12091cedac766e29404a8982774 /loader2/Makefile
parent81231c44f1fb06ebd5aa19130af1652407dc3aec (diff)
downloadanaconda-0fa0f43ccd8d9ec470c7eb2e9f50afc539c860dc.tar.gz
anaconda-0fa0f43ccd8d9ec470c7eb2e9f50afc539c860dc.tar.xz
anaconda-0fa0f43ccd8d9ec470c7eb2e9f50afc539c860dc.zip
Do not require glib2-devel for building.
Using libnl to gather interface information, so there's no longer a glib slist data structure in nl.c. glib is cut.
Diffstat (limited to 'loader2/Makefile')
-rw-r--r--loader2/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/loader2/Makefile b/loader2/Makefile
index 7d5b9ad8e..9e1361b50 100644
--- a/loader2/Makefile
+++ b/loader2/Makefile
@@ -28,10 +28,6 @@ endif
LIBS = -lnewt -lslang -lz -lpopt ../isys/libisys.a -lcheckisomd5
-# glib - for utility stuff
-LIBS += $(shell pkg-config --libs glib-2.0)
-CFLAGS += $(shell pkg-config --cflags glib-2.0)
-
# dhcp library flags
LIBS += $(shell pkg-config --libs libdhcp)
CFLAGS += $(shell pkg-config --cflags libdhcp)