/[svn]/linuxsampler/trunk/src/audiodriver/Makefile.am
ViewVC logotype

Annotation of /linuxsampler/trunk/src/audiodriver/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 67 - (hide annotations) (download)
Sat May 8 18:51:51 2004 UTC (20 years, 1 month ago) by senkov
File size: 472 byte(s)
Fixed build problem with dependency on JACK_LIBS variable

1 schoenebeck 53 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3    
4 schoenebeck 57 noinst_LTLIBRARIES = liblinuxsampleraudiodriver.la
5     liblinuxsampleraudiodriver_la_SOURCES = AudioChannel.cpp AudioChannel.h AudioOutputDevice.cpp AudioOutputDevice.h AudioOutputDeviceAlsa.cpp AudioOutputDeviceAlsa.h AudioOutputDeviceJack.cpp AudioOutputDeviceJack.h
6     liblinuxsampleraudiodriver_la_LDFLAGS = $(JACK_LIBS)
7 senkov 67 #liblinuxsampleraudiodriver_la_DEPENDENCIES = $(JACK_LIBS)
8 schoenebeck 57 liblinuxsampleraudiodriver_la_LIBADD = -lasound

  ViewVC Help
Powered by ViewVC