/[svn]/libgig/trunk/src/Makefile.in
ViewVC logotype

Diff of /libgig/trunk/src/Makefile.in

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

revision 10 by schoenebeck, Sat Oct 25 20:15:04 2003 UTC revision 11 by schoenebeck, Sun Nov 16 17:47:00 2003 UTC
# Line 96  bin_PROGRAMS = rifftree gigdump dlsdump Line 96  bin_PROGRAMS = rifftree gigdump dlsdump
96  # set the include path found by configure  # set the include path found by configure
97  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
98    
99    # to prevent compile errors on some systems
100    AM_CXXFLAGS = -pedantic
101    
102  # the library search path.  # the library search path.
103  rifftree_SOURCES = rifftree.cpp  rifftree_SOURCES = rifftree.cpp
104  lib_LIBRARIES = libgig.a  lib_LIBRARIES = libgig.a

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC