ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/Cnv/Makefile.am
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:11:45 2006 UTC (18 years, 4 months ago) by root
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15, UPSTREAM_2006_02_22, UPSTREAM_2006_02_03
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# Content
1
2 noinst_LIBRARIES = libCnv.a
3 libCnv_a_SOURCES = CnvUtil.c CnvBrowse.c CnvNotify.c CnvMenu.c CnvFiles.c\
4 CnvPath.c CnvPrompt.c Cnv.h config.h
5
6 EXTRA_DIST = excloff.xbm exclon.xbm flagoff.xbm flagon.xbm notify.xbm prompt.xbm\
7 submenu.xbm Makefile.in README
8
9 AM_CPPFLAGS = -I$(srcdir)/../include -I$(top_srcdir)/include
10
11 EXTRA_PROGRAMS = test
12 test_SOURCES = test.c
13 test_LDADD = libCnv.a $(X11LIBS)