Mercurial > audlegacy-plugins
comparison src/flac/Makefile @ 724:d91c6ab8e774 trunk
[svn] - libflac -> libaudflac to prevent collision in the sun studio linker
- remove some checks wrt vfs which are obsolete due to flac import
author | nenolod |
---|---|
date | Sat, 24 Feb 2007 17:09:19 -0800 |
parents | 454ad11020ec |
children | d24c2d0fb60c |
comparison
equal
deleted
inserted
replaced
723:bd3cadcc9907 | 724:d91c6ab8e774 |
---|---|
15 | 15 |
16 OBJECTIVE_LIBS = libflac$(SHARED_SUFFIX) | 16 OBJECTIVE_LIBS = libflac$(SHARED_SUFFIX) |
17 | 17 |
18 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | 18 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) |
19 | 19 |
20 LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) -L./libflac -L./plugin_common -lflac -logg -lplugin_common | 20 LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) -L./libflac -L./plugin_common -laudflac -logg -lplugin_common |
21 | 21 |
22 SOURCES = \ | 22 SOURCES = \ |
23 charset.c \ | 23 charset.c \ |
24 configure.c \ | 24 configure.c \ |
25 fileinfo.c \ | 25 fileinfo.c \ |