mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 09:55:32 +00:00
12 lines
312 B
Makefile
12 lines
312 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
|
|
|
|
libkmfl_includedir = $(pkgincludedir)
|
|
|
|
libkmfl_include_DATA = \
|
|
kmfl.h
|
|
|
|
EXTRA_DIST = $(libkmfl_include_DATA)
|