summaryrefslogtreecommitdiffstats
path: root/lilo-config/common/Makefile.am
blob: 37b44ebdf6bbd9a336f0846e25a7f4bcc687250b (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.cc Files.cc Disks.cc Config.cc lilo.cc