Changeset 7b7f3cf in git


Ignore:
Timestamp:
Apr 29, 2014, 5:50:57 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
24819474a270d2480ed2d9f37a85ab3f5eafee1c
Parents:
1f1b0206fc509567ff8cd7d6ec06529471fa7c89
git-author:
Martin Lee <martinlee84@web.de>2014-04-29 17:50:57+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-05-12 14:35:01+02:00
Message:
chg: changes to libfac Makefile and include due to moving alg_factor.*
Location:
factory/libfac
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/libfac/Makefile.am

    r1f1b02 r7b7f3cf  
    1212
    1313
    14 CHARSETSRC1 =   charset/csutil.cc charset/charset.cc charset/reorder.cc charset/alg_factor.cc charset/algfactor.cc
     14CHARSETSRC1 =   charset/csutil.cc charset/charset.cc charset/reorder.cc charset/algfactor.cc
    1515
    1616CHARSETSRC =    $(CHARSETSRC1)
     
    2121noinst_HEADERS = factor/helpstuff.h factor/debug.h factor/interrupt.h factor/timing.h \
    2222    factor/tmpl_inst.h \
    23     charset/csutil.h charset/charset.h charset/reorder.h charset/alg_factor.h charset/algfactor.h
     23    charset/csutil.h charset/charset.h charset/reorder.h charset/algfactor.h
    2424
    2525libfac_la_SOURCES   = $(SOURCES)
  • factory/libfac/charset/algfactor.cc

    r1f1b02 r7b7f3cf  
    1111#include "charset.h"
    1212#include "reorder.h"
    13 #include "alg_factor.h"
    1413// some CC's need this:
    1514#include "algfactor.h"
  • factory/libfac/charset/charset.cc

    r1f1b02 r7b7f3cf  
    1414#include "csutil.h"
    1515#include "algfactor.h"
    16 #include "alg_factor.h"
    1716// Some CC's need this:
    1817#include "charset.h"
Note: See TracChangeset for help on using the changeset viewer.