mirror of
https://github.com/pygos/init.git
synced 2024-11-05 04:07:10 +01:00
Build system fixes
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
8216cedecb
commit
9257f12e68
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ AM_CFLAGS = -std=c99 -pedantic -Wall -Wextra
|
|||
|
||||
sbin_PROGRAMS =
|
||||
noinst_LIBRARIES =
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST = README LICENSE
|
||||
|
||||
include lib/Makemodule.am
|
||||
include cmd/Makemodule.am
|
||||
|
|
|
@ -2,7 +2,7 @@ AC_PREREQ([2.60])
|
|||
|
||||
AC_INIT([init], 0.1, [david.oberhollenzer@tele2.at], init)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects dist-bzip2])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz])
|
||||
AM_SILENT_RULES([yes])
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
|
|
Loading…
Reference in a new issue