From 7c92b4e47828783c6716ef53d461a37d31c5823d Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Thu, 27 Mar 2008 16:32:27 +0000 Subject: ext/Makefile.am: Dist ofa correctly! Fixes non-uninstalled build. Original commit message from CVS: * ext/Makefile.am: Dist ofa correctly! Fixes non-uninstalled build. --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 5add82c2..43b81777 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -190,6 +190,12 @@ else NEON_DIR= endif +if USE_OFA +OFA_DIR=ofa +else +OFA_DIR= +endif + if USE_SOUP SOUP_DIR=soup else @@ -321,6 +327,7 @@ SUBDIRS=\ $(MYTHTV_DIR) \ $(NAS_DIR) \ $(NEON_DIR) \ + $(OFA_DIR) \ $(SOUP_DIR) \ $(POLYP_DIR) \ $(SDL_DIR) \ @@ -362,6 +369,7 @@ DIST_SUBDIRS = \ mythtv \ nas \ neon \ + ofa \ soup \ sdl \ sndfile \ -- cgit v1.2.1