fe299017b1
The file isn't up to date with the latest development, the last change was made 15 years ago, so I'm removing it. Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
16 lines
241 B
Makefile
16 lines
241 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = NEWS README TODO
|
|
|
|
SUBDIRS = lib
|
|
|
|
if ENABLE_SUBIDS
|
|
SUBDIRS += libsubid
|
|
endif
|
|
|
|
SUBDIRS += src po contrib doc etc tests/unit
|
|
|
|
if ENABLE_REGENERATE_MAN
|
|
SUBDIRS += man
|
|
endif
|