]> git.lyx.org Git - lyx.git/commitdiff
add types.h to Makefile.am
authorAndré Pönitz <poenitz@gmx.net>
Wed, 28 Nov 2001 05:33:13 +0000 (05:33 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 28 Nov 2001 05:33:13 +0000 (05:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3098 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/Makefile.am

index 7cc59197fe8e90f00e693efab6ca075bc4b6ff79..76eb046a50164894b7a41275a365250eccf8de5f 100644 (file)
@@ -8,7 +8,7 @@ BOOST_INCLUDES = -I$(top_srcdir)/boost
 INCLUDES = -I${srcdir}/../ $(BOOST_INCLUDES)
 
 EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h \
-             os_unix.C os_win32.C os_os2.C
+             os_unix.C os_win32.C os_os2.C types.h
 
 if USE_LYXSTRING
 LYXSTRING = lyxstring.C lyxstring.h