10 lines
168 B
Makefile
10 lines
168 B
Makefile
SUBDIRS = core
|
|
|
|
# List of static miscellaneous files to include in the distribution
|
|
EXTRA_DIST = \
|
|
COPYING \
|
|
README \
|
|
ChangeLog \
|
|
AUTHORS \
|
|
INSTALL
|