From: Lars Gullik Bjønnes Date: Sat, 18 Aug 2001 22:59:51 +0000 (+0000) Subject: forgot to commit X-Git-Tag: 1.6.10~20796 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dedb1e065b299473a9c160ba2c0095c42e0edaea;p=features.git forgot to commit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2549 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/Makefile.am b/src/support/Makefile.am index ae83509477..7cc59197fe 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -59,6 +59,7 @@ libsupport_la_SOURCES = \ putenv.C \ rename.C \ rmdir.C \ + smart_ptr.h \ snprintf.h \ snprintf.c \ sstream.h \ @@ -70,4 +71,6 @@ libsupport_la_SOURCES = \ tempname.C \ translator.h \ textutils.h \ - unlink.C + unlink.C \ + utility.h +