Mercurial > audlegacy
changeset 160:faa50a5760ee trunk
[svn] Do not try to build LIRC when not enabled.
author | chainsaw |
---|---|
date | Sat, 12 Nov 2005 17:20:49 -0800 |
parents | e2563c526b32 |
children | ca019057a292 |
files | Plugins/General/lirc/Makefile.am |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/General/lirc/Makefile.am Sat Nov 12 17:19:42 2005 -0800 +++ b/Plugins/General/lirc/Makefile.am Sat Nov 12 17:20:49 2005 -0800 @@ -1,5 +1,9 @@ +if HAVE_LIRC + lib_LTLIBRARIES = liblirc.la +endif + libdir = $(plugindir)/$(GENERAL_PLUGIN_DIR) liblirc_la_LDFLAGS = -llirc_client $(PLUGIN_LDFLAGS)