/[svn]/linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am
ViewVC logotype

Diff of /linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 53 by schoenebeck, Mon Apr 26 17:15:51 2004 UTC revision 57 by schoenebeck, Sun May 2 17:45:43 2004 UTC
# Line 1  Line 1 
1  # set the include path found by configure  # set the include path found by configure
2  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
3    
4    METASOURCES = AUTO
5    
6  # to prevent compile errors on some systems  # to prevent compile errors on some systems
7  AM_CXXFLAGS = -pedantic  AM_CXXFLAGS = -pedantic
8    
9  METASOURCES = AUTO  pkglib_LTLIBRARIES = libgig.la
10  lib_LTLIBRARIES =  libgig.la  libgig_la_SOURCES = RIFF.cpp RIFF.h DLS.cpp DLS.h gig.cpp gig.h
11  libgig_la_LDFLAGS = -module  libgig_la_LDFLAGS = -module
 libgig_la_SOURCES =  DLS.cpp DLS.h gig.cpp gig.h RIFF.cpp RIFF.h  

Legend:
Removed from v.53  
changed lines
  Added in v.57

  ViewVC Help
Powered by ViewVC