Changeset 445 for libmpc/trunk/mpcgain
- Timestamp:
- 07/30/09 00:00:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcgain/Makefile.am
r232 r445 1 EXTRA_DIST = CMakeLists.txt 2 3 AM_CPPFLAGS = -I$(top_srcdir)/include 4 5 AM_CFLAGS = -ffast-math 6 7 if HAVE_VISIBILITY 8 AM_CFLAGS += -fvisibility=hidden 9 endif 10 1 11 2 12 METASOURCES = AUTO … … 5 15 $(top_builddir)/libmpcdec/libmpcdec.la 6 16 mpcgain_SOURCES = mpcgain.c 7 INCLUDES = -I$(top_srcdir)/include8 AM_CFLAGS = -ffast-math
Note: See TracChangeset
for help on using the changeset viewer.