summaryrefslogtreecommitdiffstats
path: root/edd/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-09 15:30:07 +0000
committerMatt Wilson <msw@redhat.com>2000-05-09 15:30:07 +0000
commit5bff925eb689a2690ed3042009b2a02ccd11eea8 (patch)
treef75c069971c3d95fe3622354bd86fe1ed1f6623a /edd/Makefile
parentd1ce6dffd3bb9b940e6d8fd5d47958ccc47eec2f (diff)
downloadanaconda-5bff925eb689a2690ed3042009b2a02ccd11eea8.tar.gz
anaconda-5bff925eb689a2690ed3042009b2a02ccd11eea8.tar.xz
anaconda-5bff925eb689a2690ed3042009b2a02ccd11eea8.zip
make a library
Diffstat (limited to 'edd/Makefile')
-rw-r--r--edd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/edd/Makefile b/edd/Makefile
index 63dbcba6c..171f50fa1 100644
--- a/edd/Makefile
+++ b/edd/Makefile
@@ -1,6 +1,6 @@
CFLAGS=-Wall -O -g -fpic# -DDEBUG
-TARGETS=eddmodule.so
+TARGETS=eddmodule.so libedd.a(edd.o, lrmi.o)
all: $(TARGETS)