diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-03-15 12:05:01 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-03-15 12:05:01 +0000 |
commit | 31aa7717dbd6fb85025e0b014ece9a4d25d10f4d (patch) | |
tree | 452680656107008fc140829cc38b0b5220771be3 | |
parent | 4d0df9433c3a9ba3345c4d394b7ec20653ee6044 (diff) |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sys/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2007-03-15 Edward Hervey <edward@fluendo.com> + * sys/Makefile.am: + Don't forget to distribute the sys/osxaudio/ directory. + +2007-03-15 Edward Hervey <edward@fluendo.com> + * configure.ac: * sys/Makefile.am: * sys/osxaudio/Makefile.am: diff --git a/sys/Makefile.am b/sys/Makefile.am index aee23c6e..af7d9c96 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 |