diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-05 17:54:56 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-02-05 18:59:46 +0100 |
commit | 83ac2a8d259bb07f8cc754d8eacd0a63217d713c (patch) | |
tree | ffe220c05372b237623b4e8211262ccd6437b82f /Makefile.am | |
parent | 50d510c6e66673849ff1eabbe9a8d6f9e363b1fc (diff) |
Compile engine as a library.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3784c39..94d578c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = plugingui tools include src plugin drumgizmo man test -DISTDIRS = plugingui tools include src plugin drumgizmo man test +SUBDIRS = tools include src plugingui plugin drumgizmo man test +DISTDIRS = tools include src plugingui plugin drumgizmo man test EXTRA_DIST = \ version.h \ |