From 8bb8fa0ca30b4a77bcd74ab9ef781bd9b0772743 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 7 Nov 2019 15:57:51 +0100 Subject: [PATCH] [experiments/dug] Makefiles updated --- Makefile.am | 2 +- dug/{Makefile.dist => Makefile} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dug/{Makefile.dist => Makefile} (100%) diff --git a/Makefile.am b/Makefile.am index ed692a50..a8da6f56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ endif # Use an autoconf substitution vs an automake conditional here # to fool automake when the bind directory does not exist. -SUBDIRS = @BINDSUBDIR@ includes tests common omapip client dhcpctl relay server +SUBDIRS = @BINDSUBDIR@ includes tests common omapip client dhcpctl relay server dug DIST_SUBDIRS = $(SUBDIRS) keama diff --git a/dug/Makefile.dist b/dug/Makefile similarity index 100% rename from dug/Makefile.dist rename to dug/Makefile