Changeset 5417ff in git for gfanlib/Makefile.am
- Timestamp:
- Feb 18, 2013, 3:37:56 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gfanlib/Makefile.am
r81384b r5417ff 1 1 ACLOCAL_AMFLAGS = -I ../m4 2 2 3 if HAVE_GFANLIB 4 libgfan_LTLIBRARIES=libgfan.la 3 5 if WANT_DEBUG 4 LIB_G=libgfan_g.la 5 else 6 LIB_G= 6 libgfan_LTLIBRARIES+=libgfan_g.la 7 endif 7 8 endif 8 9 9 libgfan_LTLIBRARIES = libgfan.la ${LIB_G}10 10 libgfandir = $(libdir)/ 11 11
Note: See TracChangeset
for help on using the changeset viewer.