diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-12-06 13:58:19 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-12-06 13:58:19 +0000 |
commit | 539522aa346cd7d49f5665ee83a5659e3464d83c (patch) | |
tree | 3bb4322573be56ad5605454031b12c56c71c7ca5 /audio/Makefile.am | |
parent | b8ab52e9c23b6c63145edbefb2020b3f945d4efb (diff) |
Add initial version of the audio API document
Diffstat (limited to 'audio/Makefile.am')
-rw-r--r-- | audio/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am index 054def33..85025d5b 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -13,4 +13,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ INCLUDES = -I$(top_srcdir)/common +EXTRA_DIST = audio-api.txt + MAINTAINERCLEANFILES = Makefile.in |