summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.am26
m---------plugin/plugingizmo0
2 files changed, 25 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index 7751154..6c0d324 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -41,8 +41,32 @@ ttlgen_LDFLAGS = $(DL_LIBS)
ttlgen_SOURCES = \
$(top_srcdir)/plugin/plugingizmo/ttlgen.cc
+if ENABLE_X11
+UITYPE=X11UI
+endif
+
+if ENABLE_WIN32
+UITYPE=WindowsUI
+endif
+
+if ENABLE_COCOA
+UITYPE=CocoaUI
+endif
+
+if ENABLE_PUGL_X11
+UITYPE=X11UI
+endif
+
+if ENABLE_PUGL_WIN32
+UITYPE=WindowsUI
+endif
+
+if ENABLE_PUGL_COCOA
+UITYPE=CocoaUI
+endif
+
manifest.ttl : ttlgen drumgizmo.la
- ./ttlgen .libs/drumgizmo.so manifest.ttl
+ ./ttlgen .libs/drumgizmo.so manifest.ttl $(UITYPE)
#######
diff --git a/plugin/plugingizmo b/plugin/plugingizmo
-Subproject 0068464609cc5c2e6690ff9ffd8ebba2f3b9001
+Subproject 995bbf3352134f19aff227be26c38a55942527e