[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
kmflcomp 0.9.10-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,760 kB
  • ctags: 1,007
  • sloc: sh: 11,352; ansic: 1,740; yacc: 493; lex: 342; makefile: 56
file content (14 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 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)