diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-06 15:31:01 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-06 15:31:01 +0200 |
commit | d4c9af94f21cd575bd57da36d489d37812a5610e (patch) | |
tree | 87f81a8a32eaa8724df98353dc04de5ccfef2b00 /src/audio_out | |
parent | 66f1aca41a4ff7668e5c21f59c3b2170d3d265e7 (diff) | |
download | xine-lib-d4c9af94f21cd575bd57da36d489d37812a5610e.tar.gz xine-lib-d4c9af94f21cd575bd57da36d489d37812a5610e.tar.bz2 |
Use xineplug_LTLIBRARIES wherever possible.
Diffstat (limited to 'src/audio_out')
-rw-r--r-- | src/audio_out/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index d52f700f3..1329b0f62 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -4,8 +4,6 @@ AM_CPPFLAGS = -DXINE_COMPILE EXTRA_DIST = audio_irixal_out.c -libdir = $(XINE_PLUGINDIR) - if HAVE_OSS oss_module = xineplug_ao_out_oss.la endif @@ -57,7 +55,7 @@ endif # all xine audio out plugins should be named like the # scheme "xineplug_ao_out_" # -lib_LTLIBRARIES = xineplug_ao_out_none.la xineplug_ao_out_file.la \ +xineplug_LTLIBRARIES = xineplug_ao_out_none.la xineplug_ao_out_file.la \ $(oss_module) \ $(alsa_module) \ $(sun_module) \ |