Skip to content

Commit 1ade39a

Browse files
committed
correct the inclusion of version.h in public headers
1 parent b650bb6 commit 1ade39a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Makefile.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ PUBLIC_HDRS = \
189189
uservar.h \
190190
var.h \
191191
varprint.h \
192-
vartest.h
192+
vartest.h \
193+
version.h
193194

194195
SRCS = adf_kpss.c \
195196
addons_utils.c \
@@ -283,8 +284,7 @@ SRCS = adf_kpss.c \
283284
var.c \
284285
varprint.c \
285286
vartest.c \
286-
irfboot.c \
287-
version.h
287+
irfboot.c
288288

289289
ifeq ($(use_curl),yes)
290290
PUBLIC_HDRS += gretl_www.h

0 commit comments

Comments
 (0)