Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 4, 2005, 12:49:24 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: building the SoundEngine as a lib

File:
1 edited

Legend:

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

    r4504 r4506  
    168168GTK_PROGS = gui
    169169SUBDIRS = graphics \
     170          sound \
    170171          event \
    171172          physics \
     
    186187          esac; \
    187188        done; \
    188         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
     189        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
    189190        cd $(top_srcdir) && \
    190           $(AUTOMAKE) --gnu  src/lib/Makefile
     191          $(AUTOMAKE) --foreign  src/lib/Makefile
    191192.PRECIOUS: Makefile
    192193Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.