From: Edward Hervey Date: Thu, 15 Mar 2007 12:05:01 +0000 (+0000) Subject: sys/Makefile.am: Don't forget to distribute the sys/osxaudio/ directory. X-Git-Tag: RELEASE-0_10_6~209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31aa7717dbd6fb85025e0b014ece9a4d25d10f4d;p=platform%2Fupstream%2Fgst-plugins-good.git sys/Makefile.am: Don't forget to distribute the sys/osxaudio/ directory. Original commit message from CVS: * sys/Makefile.am: Don't forget to distribute the sys/osxaudio/ directory. --- diff --git a/ChangeLog b/ChangeLog index 59ca437..c736dcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-03-15 Edward Hervey + * sys/Makefile.am: + Don't forget to distribute the sys/osxaudio/ directory. + +2007-03-15 Edward Hervey + * configure.ac: * sys/Makefile.am: * sys/osxaudio/Makefile.am: diff --git a/sys/Makefile.am b/sys/Makefile.am index aee23c6..af7d9c9 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -66,4 +66,4 @@ endif SUBDIRS=$(OSS_DIR) $(OSX_AUDIO_DIR) $(SUNAUDIO_DIR) $(V4L2_DIR) $(XIMAGE_DIR) -DIST_SUBDIRS=oss sunaudio v4l2 ximage +DIST_SUBDIRS=oss osxaudio sunaudio v4l2 ximage