Changeset 129ad21 in git for kernel


Ignore:
Timestamp:
Mar 28, 2014, 4:55:40 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
1f93cdd20fd8f32e14a6b03e38d84fbc4311d0e0
Parents:
f98a260c0667da3d5720cc7494e9cac2c21f4055
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-28 16:55:40+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-31 17:50:22+02:00
Message:
Revert "Added kernel dummy package: sample" (no need anymore)

NOTE: kernel/sample/Makefile.am is left as an example but not used anymore

This reverts commit 3074ad70db777694b401b1cd3980f74301b0339d.
Location:
kernel
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.am

    rf98a260 r129ad21  
    22# TODO: use ${top_srcdir} instead of .. in the above?
    33
    4 SUBDIRS=sample numeric fglm groebner_walk combinatorics spectrum linear_algebra maps GBEngine
    5 # kernelsample   
     4SUBDIRS=numeric fglm groebner_walk combinatorics spectrum linear_algebra maps GBEngine   
    65
    76noinst_LTLIBRARIES = libkernel.la
     
    3534
    3635libkernel_la_LIBADD   = \
    37 ${builddir}/sample/libsample.la \
    3836${builddir}/numeric/libnumeric.la \
    3937${builddir}/fglm/libfglm.la \
Note: See TracChangeset for help on using the changeset viewer.