make sure luidgen picks up the nobug cflags
This commit is contained in:
parent
cd51e5fef0
commit
ce4e3608d0
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
lumitool_srcdir = $(top_srcdir)/src/tool
|
||||
|
||||
noinst_PROGRAMS += luidgen
|
||||
luidgen_CFLAGS = $(CFLAGS) -std=gnu99 -Wall -Werror
|
||||
luidgen_CFLAGS = $(CFLAGS) $(NOBUGMT_LUMIERA_CFLAGS) -std=gnu99 -Wall -Werror
|
||||
luidgen_CPPFLAGS = -I$(top_srcdir)/src/
|
||||
luidgen_LDADD = liblumiera.la $(NOBUGMT_LUMIERA_LIBS) -lboost_regex-mt -lboost_program_options-mt
|
||||
luidgen_SOURCES = $(lumitool_srcdir)/luidgen.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue