From 39dbfbaf661bfec067d02b26bbc04608d74413c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Dec 2007 03:32:55 +0000 Subject: Fix SLV2 GUI sketchiness, repeated embedding/unembedding/pop-up/window destroy, etc. Break out LV2 GUI stuff to a separate class, SharedPtr it up, spiffify, etc. git-svn-id: http://svn.drobilla.net/lad/ingen@993 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libs/client/Makefile.am') diff --git a/src/libs/client/Makefile.am b/src/libs/client/Makefile.am index e9314c55..60f5c509 100644 --- a/src/libs/client/Makefile.am +++ b/src/libs/client/Makefile.am @@ -50,6 +50,8 @@ libingen_client_la_SOURCES = \ PatchModel.hpp \ PluginModel.cpp \ PluginModel.hpp \ + PluginUI.hpp \ + PluginUI.cpp \ PortModel.cpp \ PortModel.hpp \ PresetModel.hpp \ -- cgit v1.2.1