Mercurial > audlegacy-plugins
diff src/lirc/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
| author | Eugene Paskevich <eugene@raptor.kiev.ua> |
|---|---|
| date | Wed, 10 Oct 2007 01:40:13 +0300 |
| parents | 276d2a3d998e |
| children | 1ad002ce1bd0 |
line wrap: on
line diff
--- a/src/lirc/Makefile Tue Oct 09 22:39:32 2007 +0300 +++ b/src/lirc/Makefile Wed Oct 10 01:40:13 2007 +0300 @@ -1,11 +1,12 @@ PLUGIN = lirc$(PLUGIN_SUFFIX) -plugindir = audacious/$(GENERAL_PLUGIN_DIR) SRCS = about.c lirc.c include ../../buildsys.mk include ../../extra.mk +plugindir := $(plugindir)/$(GENERAL_PLUGIN_DIR) + LIBS += -llirc_client $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) CFLAGS += $(PLUGIN_CFLAGS) CPPFLAGS += $(PLUGIN_CPPFLAGS) $(GTK_CFLAGS) $(MOWGLI_CFLAGS) $(PANGO_CFLAGS) $(DBUS_CFLAGS) -I../../intl -I../..
