Mercurial > audlegacy-plugins
comparison src/lirc/Makefile @ 2277:5e54ffc4f46f
Apply lirc patch from bugzilla. (Bugzilla #62).
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Tue, 01 Jan 2008 16:03:44 -0600 |
parents | 03a2bb1c521e |
children | c42fa8f89616 |
comparison
equal
deleted
inserted
replaced
2272:a7c0e58fa489 | 2277:5e54ffc4f46f |
---|---|
1 PLUGIN = lirc${PLUGIN_SUFFIX} | 1 PLUGIN = lirc${PLUGIN_SUFFIX} |
2 | 2 |
3 SRCS = about.c \ | 3 SRCS = about.c \ |
4 lirc.c | 4 lirc.c \ |
5 lirc_cfg.c \ | |
6 callbacks.c \ | |
7 interface.c | |
5 | 8 |
6 include ../../buildsys.mk | 9 include ../../buildsys.mk |
7 include ../../extra.mk | 10 include ../../extra.mk |
8 | 11 |
9 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} | 12 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} |