summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/Makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.mk b/plugins/Makefile.mk
index 6de9f13..a734092 100644
--- a/plugins/Makefile.mk
+++ b/plugins/Makefile.mk
@@ -62,7 +62,7 @@ vst = $(TARGET_DIR)/$(NAME)-vst$(LIB_EXT)
DISTRHO_PLUGIN_FILES = ../../dpf/distrho/DistrhoPluginMain.cpp
ifeq ($(HAVE_DGL),true)
-DISTRHO_UI_FILES = ../../dpf/distrho/DistrhoUIMain.cpp ../../dpf/libdgl.a
+DISTRHO_UI_FILES = ../../dpf/distrho/DistrhoUIMain.cpp ../../dpf/build/libdgl.a
endif
# --------------------------------------------------------------