]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / Makefile.am
index dc13af1970e4bb7b8f7549ff2ad1e86051ca7775..670904fe5a76b6637c32258fffeacc55be62a01b 100644 (file)
@@ -9,6 +9,7 @@ lyx_DEPENDENCIES = mathed insets support/libsupport.a
 EXTRA_DIST = config.h.in stamp-h.in
 ETAGS_ARGS = --c++
 INCLUDES = -I${top_srcdir}/images
+localedir = $(datadir)/locale
 lyx_SOURCES = \
        BackStack.h \
        BufferView.C \
@@ -70,9 +71,8 @@ lyx_SOURCES = \
        credits.h \
        credits_form.C \
        credits_form.h \
+       debug.h \
        definitions.h \
-       error.C \
-       error.h \
        figure.h \
        filedlg.C \
        filedlg.h \
@@ -141,8 +141,6 @@ lyx_SOURCES = \
        os2_defines.h \
        os2_errortable.h \
        paragraph.C \
-       pathstack.C \
-       pathstack.h \
        print_form.C \
        print_form.h \
        screen.C \
@@ -175,7 +173,7 @@ lyx_SOURCES = \
        vspace.C \
        vspace.h
 
-lyx_main.o: lyx_main.C lyx_main.h config.h version.h error.h gettext.h
+lyx_main.o: lyx_main.C lyx_main.h config.h version.h debug.h gettext.h
        $(CXXCOMPILE) -DLYX_DIR=\"$(LYX_DIR)\" -DTOP_SRCDIR=\"$(top_srcdir)\" \
        -DLYX_NAME=\"$(PACKAGE)\" -c $(top_srcdir)/src/lyx_main.C