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.
12 lines
216 B
12 lines
216 B
15 years ago
|
# 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
|
||
|
|