This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF-Plugins
mirror of
https://github.com/DISTRHO/DPF-Plugins
Watch
1
Star
0
Fork
0
Code
Releases
8
Activity
Browse Source
Make sure ProM plugin is built
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.2
falkTX
6 years ago
parent
fa35320395
commit
63d1e60eb2
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Makefile
+ 4
- 0
Makefile
View File
@@ -15,6 +15,10 @@ DESTDIR ?=
# --------------------------------------------------------------
HAVE_PROJM = $(shell pkg-config --exists libprojectM && echo true)
# --------------------------------------------------------------
dgl:
ifeq ($(HAVE_DGL),true)
$(MAKE) -C dpf/dgl
Write
Preview
Loading…
Cancel
Save