Changeset 9f524d in git for libpolys/reporter


Ignore:
Timestamp:
Mar 29, 2012, 2:28:08 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3b8a6e5e24ae48e883cb2e56532dd3352241948b
Parents:
4bc0ab9a99c6b2bc95e41d5541864a736e382642
Message:
reverted library packing with LIBADD

chg: correct _LDADD
chg: no use of LIBADD in libcoeffs & libpolys
chg: install all of libmisc, libreporter, libcoeffs & libpolys

NOTE: coeffs & polys should not pack libmisc & libreporter since it causes usage problems for shared libs from an installed package
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/reporter/Makefile.am

    r4bc0ab9 r9f524d  
    11CXXTEMPLFLAGS = 
    22## -fno-implicit-templates
    3 noinst_LTLIBRARIES=libreporter.la libreporter_g.la
    4 # libreporterdir = $(libdir)/singular
    53
    64AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
    75
     6lib_LTLIBRARIES = libreporter.la libreporter_g.la
     7libreporterdir = $(libdir)/singular
    88
    99libreporter_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
Note: See TracChangeset for help on using the changeset viewer.