diff options
author | David Robillard <d@drobilla.net> | 2007-06-30 22:29:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-06-30 22:29:56 +0000 |
commit | 435bc2fc2c0eb78addac1e688411ad8fad02517a (patch) | |
tree | 68eb0a9f6ceac13a9cd634f9cf8ea4fb5f7da75c /src/Makefile.am | |
parent | 8d964fa7e72ebf076cd40a0b72caf778ce82fb85 (diff) | |
download | lilv-435bc2fc2c0eb78addac1e688411ad8fad02517a.tar.gz lilv-435bc2fc2c0eb78addac1e688411ad8fad02517a.tar.bz2 lilv-435bc2fc2c0eb78addac1e688411ad8fad02517a.zip |
Added support for (Lars Luthman's) GTK GUI extension (SLV2 still does NOT depend on GTK!).
git-svn-id: http://svn.drobilla.net/lad/slv2@546 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c7c70f6..43543b5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,7 @@ libslv2_la_SOURCES = \ plugin.c \ pluginclass.c \ pluginclasses.c \ + pluginguiinstance.c \ plugininstance.c \ plugins.c \ port.c \ |