Mercurial > audlegacy
view src/librcd/Makefile @ 2772:3c2786bbcf36 trunk
[svn] Fixes for xchat-audacious.py:
- Added checks for DBusException (bad D-Bus or no Audacious)
- Fixed an off-by-one error that rendered /sendtrack's check for a username useless
- Removed some duplication
author | deitarion |
---|---|
date | Tue, 15 May 2007 23:53:07 -0700 |
parents | ecfb79d60c3a |
children |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS_NOINST = librcd.a LDFLAGS += -Wl,-export-dynamic CFLAGS += $(PICFLAGS) SOURCES = \ librcd.c OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk