mirror of
https://github.com/pygos/pkg-utils.git
synced 2024-09-20 13:19:47 +02:00
David Oberhollenzer
f426e4ef91
Rewritten and moved to a seperate project. Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
12 lines
236 B
Makefile
12 lines
236 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE
|
|
AM_CFLAGS = $(WARN_CFLAGS)
|
|
|
|
noinst_LIBRARIES =
|
|
bin_PROGRAMS =
|
|
|
|
EXTRA_DIST = autogen.sh LICENSE README.md
|
|
|
|
include lib/Makemodule.am
|
|
include main/Makemodule.am
|