Ignore:
Timestamp:
07/30/09 00:00:32 (15 years ago)
Author:
r2d
Message:
  • autotool changes to support symbol visibility on MinGW.
  • mpcchap build must be enabled with --enable-mpcchap
  • mpcgain is built only if replaygain is installed
  • -fvisibility-hidden is added only for gcc4 on Linux
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libwavformat/Makefile.am

    r409 r445  
    1 INCLUDES =
     1EXTRA_DIST = CMakeLists.txt
     2
     3if HAVE_VISIBILITY
     4  AM_CFLAGS = -fvisibility=hidden
     5endif
     6
    27METASOURCES = AUTO
    38noinst_LIBRARIES = libwavformat.a
    4 noinst_HEADERS = libwaveformat.h
    5 libwavformat_a_SOURCES = input.c output.c
     9
     10libwavformat_a_SOURCES = input.c output.c libwaveformat.h
Note: See TracChangeset for help on using the changeset viewer.