diff --git a/ChangeLog b/ChangeLog index a6dba15208..eb72dfe56d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-27 Zaheer Abbas Merali + + * ext/Makefile.am: + Dist ofa correctly! Fixes non-uninstalled build. + 2008-03-27 Zaheer Abbas Merali * sys/dvb/gstdvbsrc.c: diff --git a/ext/Makefile.am b/ext/Makefile.am index 5add82c293..43b81777ce 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 \