diff --git a/ChangeLog b/ChangeLog index 59ca437cc6..c736dcb906 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-15 Edward Hervey + + * sys/Makefile.am: + Don't forget to distribute the sys/osxaudio/ directory. + 2007-03-15 Edward Hervey * configure.ac: diff --git a/sys/Makefile.am b/sys/Makefile.am index aee23c6e59..af7d9c9619 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