chiark / gitweb /
gremlin/: Start on making it be a proper built thing.
[autoys] / Makefile.am
index 5b4a51366f7134e0d33ee64ac9f637a12099eb34..c5cc0b8509b750c430b0860f51b5264f56ea0b61 100644 (file)
@@ -30,6 +30,8 @@ SUBDIRS                        =
 ###--------------------------------------------------------------------------
 ### Subdirectories.
 
+SUBDIRS                        += gremlin
+
 ###--------------------------------------------------------------------------
 ### Release tweaking.
 
@@ -37,9 +39,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 +53,6 @@ EXTRA_DIST            += debian/copyright
 EXTRA_DIST             += debian/compat
 EXTRA_DIST             += debian/source/format
 
+EXTRA_DIST             += debian/gremlin.install
+
 ###----- That's all, folks --------------------------------------------------