summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-07-08 14:39:32 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-07-08 14:39:32 +0200
commit8e372e79de1277f3508c20c2eb486165402e5afc (patch)
tree92ffe849719e97f52c198f6e35cdf8749ace27eb /methods/makefile
parentab7f4d7ca647270ffd34b5b6c67339b0cfde51ac (diff)
prototype for libudev dlopen() type of cdrom detection
Diffstat (limited to 'methods/makefile')
-rw-r--r--methods/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile
index 78bdbc96f..c447b4732 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -40,7 +40,7 @@ include $(PROGRAM_H)
# The cdrom method
PROGRAM=cdrom
-SLIBS = -lapt-pkg $(INTLLIBS)
+SLIBS = -lapt-pkg -ldl $(INTLLIBS)
LIB_MAKES = apt-pkg/makefile
SOURCE = cdrom.cc
include $(PROGRAM_H)