2024-11-22 16:41:06 +11:00
|
|
|
SUBDIRS = corelogic
|
|
|
|
|
|
|
|
|
|
bin_PROGRAMS = harikoff
|
|
|
|
|
harikoff_SOURCES =
|
|
|
|
|
harikoff_LDADD = corelogic/libcorelogic.a
|
2024-09-05 11:34:21 +10:00
|
|
|
|
2024-11-22 15:07:01 +11:00
|
|
|
# List of static miscellaneous files to include in the distribution
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
COPYING \
|
|
|
|
|
README \
|
|
|
|
|
ChangeLog \
|
|
|
|
|
AUTHORS \
|
2024-11-22 16:41:06 +11:00
|
|
|
INSTALL \
|
|
|
|
|
NEWS
|