Mercurial > audlegacy
view src/audtool/Makefile @ 3822:c597262d6d50
Add a TODO note about the UTF-8/Unicode problems with within Tuplez
formatter strings.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 20 Oct 2007 06:16:34 +0300 |
parents | 625af2797f35 |
children | e48f2f4c116d |
line wrap: on
line source
PROG = audtool SRCS = audtool_main.c \ audtool_handlers_general.c \ audtool_handlers_playback.c \ audtool_handlers_playlist.c \ audtool_handlers_playqueue.c \ audtool_handlers_vitals.c \ audtool_report.c include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${CFLAGS} -I.. -I../.. -I../intl CFLAGS += ${GTK_CFLAGS} \ ${DBUS_CFLAGS} \ ${LIBGLADE_CFLAGS} \ ${BEEP_DEFINES} \ ${ARCH_DEFINES} \ ${MOWGLI_CFLAGS} LIBS += ${DBUS_LIBS} \ -L../libaudclient -laudclient \ ${GTK_LIBS} \ ${MOWGLI_LIBS} \ ${LIBGLADE_LIBS}