summaryrefslogtreecommitdiffstats
path: root/lilo-config/common/Makefile.am
blob: 42bb2f30a906790f767313eb3cde59e3817e297e (plain)
1
2
3
4
5
6
7
8
9
10
11
# SUBDIRS = tests

noinst_LTLIBRARIES = libcommon.la
INCLUDES = $(all_includes)

noinst_HEADERS = \
	String.h Files.h Disks.h Config.h lilo.h

libcommon_la_SOURCES = \
	String.cpp Files.cpp Disks.cpp Config.cpp lilo.cpp