]> git.lyx.org Git - lyx.git/blobdiff - development/cygwin/Makefile.am
Fix footnotes in table with RevTeX4
[lyx.git] / development / cygwin / Makefile.am
index 16c093579b1501f31557d9d5ed4c4095b26066ca..78358c5e9d8f1d4e22cc6af0498c071502460df6 100644 (file)
@@ -9,15 +9,17 @@ include $(top_srcdir)/config/common.am
 
 bin_PROGRAMS = lyxeditor lyxwin
 bin_SCRIPTS = lyxeditor.sh
-dist_noinst_DATA = lyxprofile
+
+lyxdistdir = $(pkgdatadir)
+dist_lyxdist_DATA = lyxprofile lyxrc.dist
 
 lyxeditor_SOURCES = lyxeditor.c
 lyxwin_SOURCES = lyxwin.c lyxwinres.rc
 
-lyxeditor_LDFLAGS=-mwindows -e _mainCRTStartup
-lyxwin_LDFLAGS=-mwindows -e _mainCRTStartup
+lyxeditor_LDFLAGS=-mwindows
+lyxwin_LDFLAGS=-mwindows
 
-CLEANFILES += lyxeditor.sh lyx_32x32.ico lyx_doc_32x32.ico
+CLEANFILES = lyxeditor.sh lyx_32x32.ico lyx_doc_32x32.ico
 
 lyxeditor.sh:
        cp $(top_srcdir)/development/tools/lyxeditor $@