Set glorytun_CFLAGS instead of CFLAGS

This commit is contained in:
angt
2015-11-09 08:40:11 +01:00
parent b836f8f5e5
commit 228b633183
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
bin_PROGRAMS = glorytun
glorytun_SOURCES = glorytun.c option.c option.h common.h common-static.h
glorytun_SOURCES = main.c option.c option.h common.h common-static.h
glorytun_CFLAGS = $(libsodium_CFLAGS)
glorytun_LDADD = $(libsodium_LIBS)