Skip to content

Commit

Permalink
Makefile: generate from syslog-ng tarball for now
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed May 17, 2024
1 parent 3a38da0 commit e516a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ SOURCEDIRS=$(ROOT_DIR)/axosyslog_cfg_helper $(ROOT_DIR)/tests
BISON_INSTALL_PATH := /usr/local

AXOSYSLOG_VERSION := 4.7.1
AXOSYSLOG_RELEASE_URL := https://github.com/axoflow/axosyslog/releases/tag/axosyslog-$(AXOSYSLOG_VERSION)
AXOSYSLOG_TARBALL_URL := https://github.com/axoflow/axosyslog/releases/download/axosyslog-$(AXOSYSLOG_VERSION)/axosyslog-$(AXOSYSLOG_VERSION).tar.gz
AXOSYSLOG_RELEASE_URL := https://github.com/axoflow/axosyslog/releases/tag/syslog-ng-$(AXOSYSLOG_VERSION)
AXOSYSLOG_TARBALL_URL := https://github.com/axoflow/axosyslog/releases/download/syslog-ng-$(AXOSYSLOG_VERSION)/syslog-ng-$(AXOSYSLOG_VERSION).tar.gz

DATABASE_FILE := $(ROOT_DIR)/axosyslog_cfg_helper/axosyslog-cfg-helper.db
WORKING_DIR := $(ROOT_DIR)/working-dir
Expand Down

0 comments on commit e516a8b

Please sign in to comment.