diff options
author | Jaroslav Kysela <perex@perex.cz> | 2006-12-11 16:01:35 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2006-12-11 16:01:35 +0100 |
commit | eecbfa62b894b7e6c2cebe21e439a365b95e6c2a (patch) | |
tree | b8d1fbe3aaefde241f86b09fc7451320003f270e | |
parent | eb83d5b5bbdaa7ec6213470c611caa8d3ea12ed3 (diff) |
release 1.0.14rc1v1.0.14rc1a
Patch-level: Merged
-rw-r--r-- | maemo/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maemo/Makefile.am b/maemo/Makefile.am index 097c83f..3a7f476 100644 --- a/maemo/Makefile.am +++ b/maemo/Makefile.am @@ -13,3 +13,5 @@ libasound_module_pcm_alsa_dsp_la_LIBADD = @ALSA_LIBS@ libasound_module_ctl_dsp_ctl_la_SOURCES = dsp-protocol.c dsp-ctl.c libasound_module_ctl_dsp_ctl_la_LIBADD = @ALSA_LIBS@ +noinst_HEADERS = constants.h debug.h dsp-protocol.h list.h reporting.h \ + types.h |