diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-08 10:42:27 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-08 10:42:27 +0200 |
commit | 2efe249c7b8c07560c160556b50fdb72f62c9078 (patch) | |
tree | eccaa8d199fba5cbcd91fc5e49b86930616293e7 | |
parent | 1c0757432ea03520bf1b8c0a8aa014af51334968 (diff) |
Don't explicitly build plugingui unless make is run in the directory.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e42552e..1f9af92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = plugingui tools include src vst lv2 drumgizmo dgedit +SUBDIRS = vst lv2 drumgizmo dgedit DISTDIRS = plugingui tools include src vst lv2 drumgizmo dgedit EXTRA_DIST = \ |