[WDMAUD]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 9 Feb 2014 17:09:16 +0000 (17:09 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 9 Feb 2014 17:09:16 +0000 (17:09 +0000)
* We don't need to link to PSEH.

svn path=/trunk/; revision=62075

reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt

index c979180..701ad5e 100644 (file)
@@ -17,8 +17,7 @@ set_module_type(wdmaud kernelmodedriver)
 
 target_link_libraries(wdmaud
     mmixer
-    libcntpr
-    ${PSEH_LIB})
+    libcntpr)
 
 add_pch(wdmaud wdmaud.h)
 add_importlibs(wdmaud ntoskrnl ks hal)