diff options
Diffstat (limited to 'slv2/Makefile.am')
-rw-r--r-- | slv2/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/slv2/Makefile.am b/slv2/Makefile.am index 0a90fb1..2c69aef 100644 --- a/slv2/Makefile.am +++ b/slv2/Makefile.am @@ -4,10 +4,11 @@ slv2include_HEADERS = \ lv2.h \ types.h \ slv2.h \ - library.h \ + model.h \ plugin.h \ port.h \ pluginlist.h \ plugininstance.h \ - util.h \ - stringlist.h + stringlist.h \ + util.h + |