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/Makefile.am

    r384 r445  
    11AUTOMAKE_OPTIONS = foreign
    2 SUBDIRS = include libmpcdec libmpcenc libmpcpsy libwavformat mpcenc mpc2sv8 \
    3         mpcchap mpccut mpcdec mpcgain wavcmp
     2
     3ACLOCAL_AMFLAGS = -I m4
     4
     5EXTRA_DIST = CMakeLists.txt libmpc.kdevelop docs win32
     6
     7if MPC_CHAP
     8  MPCCHAP_DIR = mpcchap
     9endif
     10if MPC_GAIN
     11  MPCGAIN_DIR = mpcgain
     12endif
     13
     14SUBDIRS = \
     15include \
     16libmpcdec \
     17libmpcenc \
     18libmpcpsy \
     19libwavformat \
     20mpcenc \
     21mpc2sv8 \
     22mpccut \
     23mpcdec \
     24wavcmp \
     25$(MPCCHAP_DIR) \
     26$(MPCGAIN_DIR)
     27
Note: See TracChangeset for help on using the changeset viewer.