From 42350148049e6a91db1f6876d1e0765640da0f7d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Mon, 16 Mar 2015 14:36:32 +0100 Subject: [PATCH] SD: do not install dsm plugin twice --- modules/services_discovery/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/services_discovery/Makefile.am b/modules/services_discovery/Makefile.am index b526338946e2..11fca94cb33d 100644 --- a/modules/services_discovery/Makefile.am +++ b/modules/services_discovery/Makefile.am @@ -68,5 +68,3 @@ libos2drive_plugin_la_SOURCES = services_discovery/os2drive.c if HAVE_OS2 sd_LTLIBRARIES += libos2drive_plugin.la endif - -sd_LTLIBRARIES += $(LTLIBdsm) -- GitLab