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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 654 - (hide annotations) (download)
Wed Jun 15 20:25:25 2005 UTC (18 years, 10 months ago) by schoenebeck
File size: 296 byte(s)
* fixed 'make dist' build rule to include all necessary files

1 schoenebeck 53 INCLUDES = $(all_includes)
2 schoenebeck 510 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
3 schoenebeck 53 METASOURCES = AUTO
4     SUBDIRS = gig common
5 schoenebeck 411 noinst_LTLIBRARIES = liblinuxsamplerengines.la
6 schoenebeck 654 liblinuxsamplerengines_la_SOURCES = \
7     EngineFactory.cpp EngineFactory.h \
8     EngineChannelFactory.cpp EngineChannelFactory.h

  ViewVC Help
Powered by ViewVC