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 /slv2/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 'slv2/Makefile.am')
-rw-r--r-- | slv2/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slv2/Makefile.am b/slv2/Makefile.am index 8e57eb1..e0a9c0e 100644 --- a/slv2/Makefile.am +++ b/slv2/Makefile.am @@ -2,9 +2,11 @@ slv2includedir = $(includedir)/slv2 slv2include_HEADERS = \ lv2.h \ + lv2-gtk2gui.h \ plugin.h \ pluginclass.h \ pluginclasses.h \ + pluginguiinstance.h \ plugininstance.h \ plugins.h \ port.h \ |