From: John Levon Date: Mon, 27 May 2002 06:03:37 +0000 (+0000) Subject: Sigh, commit the right version of the Makefile. I was sure I had carefully X-Git-Tag: 1.6.10~19201 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dfbb6d7c0ac55093a062eddd251cfca8353c213d;p=features.git Sigh, commit the right version of the Makefile. I was sure I had carefully avoided committing the wrong one :( git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4227 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 579a8e106f..1a7e10d477 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -22,10 +22,13 @@ libsupport_la_SOURCES = \ LOstream.h \ os.C \ os.h \ + StrPool.C \ + StrPool.h \ abort.C \ atoi.C \ chdir.C \ copy.C \ + date.C \ filetools.C \ filetools.h \ fmt.C \ @@ -33,6 +36,7 @@ libsupport_la_SOURCES = \ forkedcall.h \ forkedcontr.C \ forkedcontr.h \ + getUserName.C \ getcwd.C \ kill.C \ limited_stack.h \