diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-10-16 22:06:04 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-10-16 22:06:04 +0000 |
commit | fc701471a4908ef575c276e3258ef12d3c63e344 (patch) | |
tree | 69c443c6564718c9d57b56c02ac3eda72462dab8 /src/plugin_common/Makefile.am | |
parent | 9bfe7572d7fabc0a28f26798095c681a574ecc11 (diff) | |
download | flac-fc701471a4908ef575c276e3258ef12d3c63e344.tar.gz |
changes for MSCV: added dsp file, rename any .cc files to .cpp
Diffstat (limited to 'src/plugin_common/Makefile.am')
-rw-r--r-- | src/plugin_common/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugin_common/Makefile.am b/src/plugin_common/Makefile.am index 272196b2..64f36754 100644 --- a/src/plugin_common/Makefile.am +++ b/src/plugin_common/Makefile.am @@ -27,7 +27,8 @@ libplugin_common_a_SOURCES = \ EXTRA_DIST = \ Makefile.lite \ Makefile.vc \ - README + README \ + plugin_common.dsp debug: $(MAKE) all CFLAGS="@DEBUG@" |