ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/Cnv/Makefile.am
Revision: 1.3
Committed: Sun Aug 13 17:16:01 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

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 MAINTAINERCLEANFILES = Makefile.in
10
11 AM_CPPFLAGS = -I$(srcdir)/../include -I$(top_srcdir)/include
12
13 EXTRA_PROGRAMS = test
14 test_SOURCES = test.c
15 test_LDADD = libCnv.a $(X11LIBS)