X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FMakefile.am;h=5633ecfaa45d58ec1e05e7f56d779fdd208cebc5;hb=c8089f8bf9d66c8428e8869895c61145ee4dd5e9;hp=2d910d7829d62f94ac0b2057ba19720be08b4313;hpb=35e1157317931babf8ce692952d3ff20d6946c0b;p=features.git diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 2d910d7829..5633ecfaa4 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am noinst_LTLIBRARIES = libsupport.la -INCLUDES = -I${srcdir}/../ $(SIGC_INCLUDES) $(BOOST_INCLUDES) +INCLUDES = -I$(srcdir)/../ $(SIGC_INCLUDES) $(BOOST_INCLUDES) EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h \ os_unix.C os_win32.C os_os2.C @@ -75,10 +75,3 @@ libsupport_la_SOURCES = \ types.h \ unlink.C \ utility.h - -if USE_LD_R -libsupport.la: libsupport.o - -libsupport.o: $(libsupport_la_OBJECTS) $(libsupport_la_DEPENDENCIES) - $(CXXLINK) $(libsupport_la_OBJECTS) -endif