Changeset e65b1a4 in git for factory/libfac


Ignore:
Timestamp:
Feb 13, 2012, 7:05:28 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
32248fa9353779350e982430b9632e5d2926dd1a
Parents:
e2b6f5cbf71f07f69fa68f5b43829fc5c81ac042
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-13 19:05:28+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-13 19:12:22+01:00
Message:
fix libfac on case-insensitive file systems

CHG: renamed factory/libfac/factor.h into factory/libfac/libfac.h in
order to avoid confusion with factory/libfac/factor/Factor.h on case-insensitive file systems...
Location:
factory/libfac
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • factory/libfac/Makefile.am

    re2b6f5c re65b1a4  
    4444libfac_includedir=$(includedir)/factory/libfac
    4545
    46 libfac_include_HEADERS   = factor.h
     46libfac_include_HEADERS   = libfac.h
    4747
    4848EXTRA_DIST = factor/class.cc \
  • factory/libfac/test.cc

    re2b6f5c re65b1a4  
    22///////////////////////////////////////////////////////////////////////////////
    33// Factor - Includes
    4 #include "factor.h"
     4#include "libfac.h"
    55#ifdef HAVE_IOSTREAM
    66#include <iostream>
  • factory/libfac/testcs.cc

    re2b6f5c re65b1a4  
    22
    33#include <factory.h>
    4 #include <factor.h>
     4#include <libfac.h>
    55#ifdef HAVE_IOSTREAM
    66#include <iostream>
Note: See TracChangeset for help on using the changeset viewer.