Skip to content
Snippets Groups Projects
Commit 824839e8 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Makefile: fix CFLAGS setting with libidn_CFLAGS"

parent 7296e13f
No related branches found
No related tags found
No related merge requests found
......@@ -312,6 +312,7 @@ libknotd_la_SOURCES = \
libknot_la_LIBADD = libknots.la zscanner/libzscanner.la
libknotd_la_LIBADD = libknots.la libknot.la
libknotus_la_LDFLAGS = $(libidn_LIBS)
libknotus_la_CFLAGS = $(libidn_CFLAGS)
# sbin programs
knotd_LDADD = libknot.la libknotd.la
......
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