diff options
| author | deva <deva> | 2011-07-15 13:02:33 +0000 |
|---|---|---|
| committer | deva <deva> | 2011-07-15 13:02:33 +0000 |
| commit | cd0e36773992e26985bdec1f7a5341f83fa3e521 (patch) | |
| tree | 4710fb3f2465f4b464f5f6176261a67cfde2e46e /Makefile.am | |
| parent | e190d38057892b69246391841b234a368bc2b4ad (diff) | |
New input/output plugin architecture. New LV2 plugin.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 58820cc..654bae0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,6 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = src dgedit -DISTDIRS = src dgedit +SUBDIRS = src lv2 drumgizmo dgedit +DISTDIRS = src lv2 drumgizmo dgedit + +test: + $(MAKE) -C src test |
