~ubuntu-branches/ubuntu/precise/freerdp/precise

« back to all changes in this revision

Viewing changes to channels/drdynvc/audin/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Otavio Salvador, Jeremy Bicha
  • Date: 2012-02-11 10:34:05 UTC
  • mfrom: (1.1.7) (9.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120211103405-mk0gjhjn70eeyxul
Tags: 1.0.1-1
[ Jeremy Bicha ]
* New upstream release. Closes: #659332.
* Updated symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
install(TARGETS audin DESTINATION ${FREERDP_PLUGIN_PATH})
33
33
 
34
 
if(ALSA_FOUND)
 
34
if(WITH_ALSA)
35
35
        add_subdirectory(alsa)
36
36
endif()
37
37
 
38
 
if(PULSE_FOUND)
 
38
if(WITH_PULSEAUDIO)
39
39
        add_subdirectory(pulse)
40
40
endif()
41
41