Mercurial > audlegacy
view src/libguess/Makefile @ 2348:564e8a1fe09a trunk
[svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
author | giacomo |
---|---|
date | Tue, 16 Jan 2007 10:33:13 -0800 |
parents | 3149d4b1a9a9 |
children | 1ab061263ee8 |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS_NOINST = libguess.a OBJECTIVE_SONAME_SUFFIX = 0.2.0 LDFLAGS += -Wl,-export-dynamic CFLAGS += $(PICFLAGS) SOURCES = \ guess.c OBJECTS = ${SOURCES:.c=.o} include ../../mk/objective.mk libguess.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)