mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-14 09:48:40 -09:00
Fixed bug with configure still relying on ncdu.h
This commit is contained in:
parent
91ad9df126
commit
67ce0af650
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
AC_INIT(ncdu, git, projects@yorhel.nl)
|
AC_INIT(ncdu, git, projects@yorhel.nl)
|
||||||
AC_CONFIG_SRCDIR([src/ncdu.h])
|
AC_CONFIG_SRCDIR([src/global.h])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue