Changeset 5417ff in git for gfanlib/Makefile.am


Ignore:
Timestamp:
Feb 18, 2013, 3:37:56 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c1ec9a82fe657765b7afd7c7afeff49a89b4dcc0
Parents:
81384bd682dd5f3d82dcdbb5f9b03b8e16f90d39
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-18 15:37:56+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-03-16 23:57:04+01:00
Message:
Added automake BuildSystem
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/Makefile.am

    r81384b r5417ff  
    11ACLOCAL_AMFLAGS = -I ../m4
    22
     3if HAVE_GFANLIB
     4  libgfan_LTLIBRARIES=libgfan.la
    35if WANT_DEBUG
    4   LIB_G=libgfan_g.la
    5 else
    6   LIB_G=
     6  libgfan_LTLIBRARIES+=libgfan_g.la
     7endif
    78endif
    89
    9 libgfan_LTLIBRARIES = libgfan.la ${LIB_G}
    1010libgfandir = $(libdir)/
    1111
Note: See TracChangeset for help on using the changeset viewer.