Skip to content
Snippets Groups Projects
Commit 68017577 authored by Philippe Canal's avatar Philippe Canal
Browse files

Correctly handle the case when the LZMA include are in /usr/include

git-svn-id: http://root.cern.ch/svn/root/trunk@39728 27541ba8-7e3a-0410-8455-c3a389f83636
parent d57786aa
No related branches found
No related tags found
No related merge requests found
......@@ -96,4 +96,6 @@ distclean-$(MODNAME): clean-$(MODNAME)
distclean:: distclean-$(MODNAME)
ifneq ($(strip $(LZMAINCDIR)),)
$(call stripsrc,$(MODDIRS))/R__LZMA.o: CFLAGS += -I$(LZMAINCDIR)
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment