Mercurial > audlegacy-plugins
diff src/dockalbumart/Makefile @ 1710:5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 13 Sep 2007 12:09:38 -0500 |
parents | |
children | 1c83fb938c89 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/dockalbumart/Makefile Thu Sep 13 12:09:38 2007 -0500 @@ -0,0 +1,16 @@ +include ../../mk/rules.mk +include ../../mk/init.mk + +OBJECTIVE_LIBS = libdockalbumart$(SHARED_SUFFIX) + +LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) + +LIBADD = $(GTK_LIBS) $(GDKX11_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) +SOURCES = dockalbumart.c + +OBJECTS = ${SOURCES:.c=.o} + +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) \ + -I../../intl -I../.. -I.. + +include ../../mk/objective.mk