Easy problem, easy fix. Stephan said we need at least one C++ file.

Here it is :) kdvi now compiles.

svn path=/trunk/kdegraphics/kdvi/; revision=33290
This commit is contained in:
David Faure 1999-11-08 22:08:28 +00:00
parent 26cc1cdeaf
commit cf74cf09c1
2 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,7 @@ INCLUDES = -I$(srcdir)/.. -I..
noinst_LTLIBRARIES = libkpathsea.la
libkpathsea_la_SOURCES = tex-file.c absolute.c basename.c cnf.c concat.c concat3.c \
libkpathsea_la_SOURCES = dummy.cpp tex-file.c absolute.c basename.c cnf.c concat.c concat3.c \
concatn.c db.c debug.c dir.c elt-dirs.c expand.c extend-fname.c file-p.c \
find-suffix.c fn.c fontmap.c getopt.c getopt1.c hash.c itoa.c kdefault.c \
line.c magstep.c make-suffix.c path-elt.c pathsearch.c proginit.c \
@ -39,7 +39,7 @@ texmf.cnf: texmf.cnf.in texmf.sed
# The idea is to turn each var=value into s%@var@%value%g. Seems simpler
# to put the substitutions in a file than to play shell games.
texmf.sed: $(top_srcdir)/../make/makevars.make
texmf.sed:
echo $(makevars) \
| tr ' ' '\012' \
| sed -e 's/^/s%@/' -e 's/=/@%/' -e 's/$$/%/' -e 's/$$/g/' \
@ -88,4 +88,4 @@ distclean-local:
kpathsea.info-2 kpathsea.info kpathsea.info-3
$(srcdir)/tex-file.c: paths.h
$(srcdir)/tex-file.c: paths.h

2
kpathsea/dummy.cpp Normal file
View file

@ -0,0 +1,2 @@
#define thisisadummyfile