Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3470 in orxonox.OLD for orxonox/trunk/src/gui/Makefile.in


Ignore:
Timestamp:
Mar 10, 2005, 2:00:10 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved player to a subfolder named world_entity, and reorganized it in the Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/gui/Makefile.in

    r3459 r3470  
    234234          esac; \
    235235        done; \
    236         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/gui/Makefile'; \
     236        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/gui/Makefile'; \
    237237        cd $(top_srcdir) && \
    238           $(AUTOMAKE) --foreign  src/gui/Makefile
     238          $(AUTOMAKE) --gnu  src/gui/Makefile
    239239.PRECIOUS: Makefile
    240240Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.