view src/lirc/Makefile @ 1906:353787f211ec

- Make code compilable against neon 0.26 by dropping the connect timeout. We need a better solution for that.
author Ralf Ertzinger <ralf@skytale.net>
date Thu, 27 Sep 2007 15:36:15 +0200
parents 276d2a3d998e
children a56a26a5f233
line wrap: on
line source

PLUGIN = lirc$(PLUGIN_SUFFIX)

plugindir = audacious/$(GENERAL_PLUGIN_DIR)
SRCS = about.c lirc.c

include ../../buildsys.mk
include ../../extra.mk

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../..