comparison src/lirc/Makefile @ 2524:c42fa8f89616

Remove -I../../intl and PANGO_{CFLAGS,LIBS} from those Makefiles where they are not needed (in practice almost all of them.)
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Apr 2008 05:04:07 +0300
parents 5e54ffc4f46f
children 134deb25be83
comparison
equal deleted inserted replaced
2523:769e17da93dd 2524:c42fa8f89616
10 include ../../extra.mk 10 include ../../extra.mk
11 11
12 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} 12 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR}
13 13
14 CFLAGS += ${PLUGIN_CFLAGS} 14 CFLAGS += ${PLUGIN_CFLAGS}
15 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} -I../../intl -I../.. 15 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} -I../..
16 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -llirc_client 16 LIBS += ${GTK_LIBS} ${GLIB_LIBS} -llirc_client