summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2005-09-14 19:29:15 +0000
committerJean Delvare <jdelvare@suse.de>2005-09-14 19:29:15 +0000
commit1a7eb2fd7578a5120d6bf2ded45a534df8240cbb (patch)
treee5082595b6f1d62b3711e0a64214fd1805b9e28e /Makefile
parentc6a3d622f1ce43b0a9cef45403bd129b23f3c083 (diff)
downloaddmidecode-git-1a7eb2fd7578a5120d6bf2ded45a534df8240cbb.tar.gz
Export four specific decoding functions, make them suitable for external
call.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fae0f5f..c3ec510 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,8 @@ vpddecode : vpddecode.o util.o
# Objects
#
-dmidecode.o : dmidecode.c version.h types.h util.h config.h dmiopt.h
+dmidecode.o : dmidecode.c version.h types.h util.h config.h dmidecode.h \
+ dmiopt.h
$(CC) $(CFLAGS) -c $< -o $@
dmiopt.o : dmiopt.c config.h types.h dmiopt.h