Add ip-static.h
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
bin_PROGRAMS = glorytun
|
||||
glorytun_SOURCES = src/common.h src/common-static.h src/main.c src/option.c src/option.h
|
||||
glorytun_CFLAGS = $(libsodium_CFLAGS)
|
||||
glorytun_LDADD = $(libsodium_LIBS)
|
||||
glorytun_SOURCES = \
|
||||
src/common.h \
|
||||
src/common-static.h \
|
||||
src/ip-static.h \
|
||||
src/main.c \
|
||||
src/option.c \
|
||||
src/option.h
|
||||
|
||||
Reference in New Issue
Block a user