From: Peter Kümmel Date: Thu, 22 Apr 2010 16:01:23 +0000 (+0000) Subject: add new files to Makefile.am. X-Git-Tag: 2.0.0~3363 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ed05787e41bd7ba871baec0ac8f6e4bbb0ead4a2;p=features.git add new files to Makefile.am. numpunct_lyx_char_type.h is msvc specific. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34265 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 6917051095..f1870fba52 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -34,6 +34,7 @@ liblyxsupport_a_SOURCES = \ FileMonitor.h \ FileMonitor.cpp \ RandomAccessList.h \ + bind.h \ convert.cpp \ convert.h \ copied_ptr.h \ @@ -86,6 +87,7 @@ liblyxsupport_a_SOURCES = \ Systemcall.cpp \ Systemcall.h \ SystemcallPrivate.h \ + shared_ptr.h \ textutils.h \ Translator.h \ Timeout.cpp \