mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
12 lines
317 B
Makefile
12 lines
317 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 = $(includedir)/kmfl
|
|
|
|
libkmfl_include_DATA = \
|
|
libkmfl.h
|
|
|
|
EXTRA_DIST = $(libkmfl_include_DATA)
|