Mercurial > audlegacy
view mk/init.mk @ 3337:99f34db2c3fc trunk
- fix a bug that playlist_ins_url() always returns 1 even if no url has been added. now playlist_ins_url() returns number of new entries which actually added to the playlist.
- modify playlist_load_ins() to return number of new entries.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Sun, 12 Aug 2007 21:21:46 +0900 |
parents | 30ab29ed32d8 |
children |
line wrap: on
line source
# Shut up GNU make .SILENT: OBJECTIVE_DIRECTORIES = OBJECTIVE_LIBS = OBJECTIVE_LIBS_NOINST = OBJECTIVE_BINS = OBJECTIVE_DATA = SUBDIRS = HEADERS = V = 0 VERBOSE ?= $(V) VERBOSITY = 0 SHOW_CFLAGS ?= $(VERBOSE) LIBDIR = $(libdir) BINDIR = $(bindir) INCLUDEDIR = $(pkgincludedir) CFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include CXXFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include