X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FMakefile.am;h=5633ecfaa45d58ec1e05e7f56d779fdd208cebc5;hb=c8089f8bf9d66c8428e8869895c61145ee4dd5e9;hp=1536c2911c91d8b7a8a24bb53ffb2c7855511571;hpb=69013332e25b2bd907a6ad199403f2bae0e3c82c;p=features.git diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 1536c2911c..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,8 +75,3 @@ libsupport_la_SOURCES = \ types.h \ unlink.C \ utility.h - -libsupport.la: libsupport.o - -libsupport.o: $(libsupport_la_OBJECTS) $(libsupport_la_DEPENDENCIES) - $(CXXLINK) $(libsupport_la_OBJECTS)