khanat-opennel-code/code/nel/tools/misc/disp_sheet_id/Makefile.am

20 lines
441 B
Makefile
Raw Normal View History

2010-05-06 00:08:41 +00:00
#
# $Id: Makefile.am,v 1.1 2002-05-13 15:44:57 valignat Exp $
#
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = disp_sheet_id.dsp disp_sheet_id_8.vcproj disp_sheet_id.dsw disp_sheet_id.sln disp_sheet_id.vcproj
bin_PROGRAMS = disp_sheet_id
disp_sheet_id_SOURCES = main.cpp
AM_CXXFLAGS = -I$(top_srcdir)/src
disp_sheet_id_LDADD = ../../../src/misc/libnelmisc.la
# End of Makefile.am