]> git.lyx.org Git - lyx.git/blob - src/support/Makefile.am
Fix natbib bug spotted by JMarc.
[lyx.git] / src / support / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libsupport.la
4
5 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
6
7 EXTRA_DIST = lyxstring.C lyxstring.h \
8              os_unix.C os_win32.C os_os2.C
9
10 if USE_LYXSTRING
11 LYXSTRING = lyxstring.C lyxstring.h
12 endif
13
14 libsupport_la_SOURCES = \
15         DebugStream.C \
16         DebugStream.h \
17         FileInfo.C \
18         FileInfo.h \
19         FileMonitor.h \
20         FileMonitor.C \
21         LAssert.C \
22         LAssert.h \
23         LIstream.h \
24         LOstream.h \
25         os.C \
26         os.h \
27         abort.C \
28         atoi.C \
29         chdir.C \
30         copy.C \
31         filetools.C \
32         filetools.h \
33         forkedcall.C \
34         forkedcall.h \
35         forkedcontr.C \
36         forkedcontr.h \
37         getcwd.C \
38         kill.C \
39         limited_stack.h \
40         lstrings.C \
41         lstrings.h \
42         lyxalgo.h \
43         lyxfunctional.h \
44         lyxlib.h \
45         lyxmanip.h \
46         lyxtime.C \
47         lyxtime.h \
48         $(LYXSTRING) lyxsum.C \
49         mkdir.C \
50         nt_defines.h \
51         os2_defines.h \
52         os2_errortable.h \
53         path.C \
54         path.h \
55         putenv.C \
56         rename.C \
57         rmdir.C \
58         snprintf.h \
59         snprintf.c \
60         sstream.h \
61         systemcall.C \
62         systemcall.h \
63         userinfo.C \
64         userinfo.h \
65         tempname.C \
66         textutils.h \
67         translator.h \
68         types.h \
69         unlink.C