gremlin/gremlin.in: Cope without Bin and Pipeline multi-arg `add'.
[autoys] / Makefile.am
index 5b4a513..c53ffcd 100644 (file)
@@ -30,6 +30,9 @@ SUBDIRS                        =
 ###--------------------------------------------------------------------------
 ### Subdirectories.
 
+SUBDIRS                        += coverart
+SUBDIRS                        += gremlin
+
 ###--------------------------------------------------------------------------
 ### Release tweaking.
 
@@ -37,9 +40,6 @@ SUBDIRS                        =
 dist-hook::
        echo $(VERSION) >$(distdir)/RELEASE
 
-## Bodge for now.
-EXTRA_DIST             += gremlin/gremlin
-
 ## Additional build tools.
 EXTRA_DIST             += config/auto-version
 EXTRA_DIST             += config/confsubst
@@ -54,4 +54,7 @@ EXTRA_DIST            += debian/copyright
 EXTRA_DIST             += debian/compat
 EXTRA_DIST             += debian/source/format
 
+EXTRA_DIST             += debian/coverart.install
+EXTRA_DIST             += debian/gremlin.install
+
 ###----- That's all, folks --------------------------------------------------