]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
prototype for libudev dlopen() type of cdrom detection
[apt.git] / methods / makefile
index 78bdbc96f033a724462f43d8ef96a95cff21a5bb..c447b47320ca77d90fe4e90b69f6e24a97633b4c 100644 (file)
@@ -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)