Mercurial > audlegacy-plugins
view src/lirc/Makefile @ 1948:66fb09cd894e
Backed out changeset 05b9abd78a87
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 02 Oct 2007 00:50:48 +0300 |
| 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../..
