From a75ed0c999ca79e8c2ed660bb0e961e941c497b2 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 30 Jan 2015 14:52:45 -0500 Subject: [PATCH] add images directory to build order Signed-off-by: Chris Michael --- data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Makefile.am b/data/Makefile.am index f3c1d00..b5fdc0f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = desktop themes fonts +SUBDIRS = desktop themes fonts images