Sad to remove this file, but things are going on and it doesn't seem to be up to date. Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
16 lines
236 B
Makefile
16 lines
236 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = NEWS README
|
|
|
|
SUBDIRS = lib
|
|
|
|
if ENABLE_SUBIDS
|
|
SUBDIRS += libsubid
|
|
endif
|
|
|
|
SUBDIRS += src po contrib doc etc tests/unit
|
|
|
|
if ENABLE_REGENERATE_MAN
|
|
SUBDIRS += man
|
|
endif
|