diff options
author | Jaroslav Kysela <perex@perex.cz> | 2001-08-15 12:12:16 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2001-08-15 12:12:16 +0000 |
commit | b45c08611c0bab46c2e2d2b071bf7331c0ba0c62 (patch) | |
tree | 82417d8307c17c92119465f911bfa4f611548e7f /src/Makefile.am | |
parent | 36a28100813aa02da47fa20e038abedf8193b85f (diff) |
Added symbol versioning for dlsym-callbacks.
Removed snd_config_refer_load from confmisc.c and pcm.c.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6409d970..7aefd18c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS=control mixer pcm rawmidi timer hwdep seq instr compat conf COMPATNUM=@LIBTOOL_VERSION_INFO@ lib_LTLIBRARIES = libasound.la -libasound_la_SOURCES = conf.c confmisc.c input.c output.c async.c error.c +libasound_la_SOURCES = conf.c confmisc.c input.c output.c async.c error.c dlmisc.c libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \ rawmidi/librawmidi.la timer/libtimer.la \ hwdep/libhwdep.la seq/libseq.la instr/libinstr.la \ |