Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4416 in orxonox.OLD for orxonox/trunk/src/lib/Makefile.in


Ignore:
Timestamp:
May 31, 2005, 9:24:36 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved the particles to lib/particles

File:
1 edited

Legend:

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

    r4392 r4416  
    169169SUBDIRS = graphics \
    170170          physics \
     171          particles \
    171172          tinyxml \
    172173          $(GTK_PROGS)
     
    184185          esac; \
    185186        done; \
    186         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
     187        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
    187188        cd $(top_srcdir) && \
    188           $(AUTOMAKE) --gnu  src/lib/Makefile
     189          $(AUTOMAKE) --foreign  src/lib/Makefile
    189190.PRECIOUS: Makefile
    190191Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.