9 lines
184 B
Makefile
9 lines
184 B
Makefile
hintdir = $(pkgdatadir)/hints
|
|
|
|
HINTFILES_LANG = $(srcdir)/mc.hint.*
|
|
|
|
hint_DATA = $(HINTFILES_LANG)
|
|
|
|
# Files processed by configure don't need to be here
|
|
EXTRA_DIST = $(HINTFILES_LANG)
|