From ac6d9b45093f6d304a4d32271e3636b51ccd5a47 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Jul 2007 18:43:57 +0000 Subject: Distcheck fixes. Fix LV2 plugin building. Hopefully actually link against local libraries for real this time honest. Fix building w/o SLV2. Though why, I don't know ;). git-svn-id: http://svn.drobilla.net/lad/ingen@627 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/module/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/module/Makefile.am') diff --git a/src/libs/module/Makefile.am b/src/libs/module/Makefile.am index 7f5865db..17e2c5fb 100644 --- a/src/libs/module/Makefile.am +++ b/src/libs/module/Makefile.am @@ -7,5 +7,6 @@ libingen_module_la_LIBADD = @RAUL_LIBS@ @GLIBMM_LIBS@ libingen_module_la_SOURCES = \ module.h \ module.cpp \ + World.hpp \ Module.hpp \ Module.cpp -- cgit v1.2.1