view src/lirc/Makefile @ 2082:cf87d00b86b9

Plugins are now translated in French (I still have to make modifications, however).
author Stany HENRY <StrassBoy@gmail.com>
date Wed, 17 Oct 2007 05:11:06 +0200
parents 03a2bb1c521e
children 5e54ffc4f46f
line wrap: on
line source

PLUGIN = lirc${PLUGIN_SUFFIX}

SRCS = about.c \
       lirc.c

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

plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR}

CFLAGS += ${PLUGIN_CFLAGS}
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../..
LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -llirc_client