Changeset 5d18ce5 in git for resources


Ignore:
Timestamp:
Oct 6, 2010, 5:46:36 PM (14 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2e3790e09314446532891b2e015d5839edd571e3
Parents:
73c9c6ef6b10bf024a53271a8e0ba774c6ce1a6b
git-author:
Martin Lee <martinlee84@web.de>2010-10-06 17:46:36+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:33+01:00
Message:
renamed resource in resources
Location:
resources
Files:
8 moved

Legend:

Unmodified
Added
Removed
  • resources/Makefile.in

    r73c9c6 r5d18ce5  
    6464        ${CC} ${CFLAGS} ${CPPFLAGS} ${DEFS} -c $<
    6565
    66 libresource.a: ${OBJS}
     66libresources.a: ${OBJS}
    6767         -rm -f $@
    6868         ar cr $@ $^
    6969
    70 all:  libresource.a
     70all:  libresources.a
    7171
    7272install: all
     
    7474        ${MKINSTALLDIRS} ${libdir}
    7575        ${INSTALL_DATA} feFopen.h ${includedir}/feFopen.h
    76         ${INSTALL_DATA} libresource.a ${libdir}/libresource.a
     76        ${INSTALL_DATA} libresources.a ${libdir}/libresources.a
    7777
    7878##
  • resources/configure.in

    r73c9c6 r5d18ce5  
    3636
    3737project=singular
    38 component=resource
     38component=resources
    3939
    4040AC_SUBST(project)
Note: See TracChangeset for help on using the changeset viewer.