You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeadmin/lilo-config/common/Makefile.am

12 lines
216 B

# 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