mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
347 B
Makefile
14 lines
347 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
## Created by Anjuta - will be overwritten
|
|
## If you don't want it to overwrite it,
|
|
## Please disable it in the Anjuta project configuration
|
|
|
|
kmflcomp_includedir = $(includedir)/kmfl
|
|
|
|
kmflcomp_include_DATA =\
|
|
kmfl.h \
|
|
kmflcomp.h \
|
|
kmflutfconv.h
|
|
|
|
EXTRA_DIST = $(kmflcomp_include_DATA)
|