File: Makefile.am

package info (click to toggle)
easyh10 1.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,544 kB
  • sloc: ansic: 9,049; sh: 8,387; makefile: 77
file content (11 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
# $Id: Makefile.am,v 1.2 2005/06/11 20:31:36 nyaochi Exp $

noinst_LTLIBRARIES = libucs2.la

libucs2_la_SOURCES = \
	../include/ucs2char.h \
	ucs2char.c \
	ucs2char_iconv.c

AM_CFLAGS = @CFLAGS@
INCLUDES = @INCLUDES@