Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5311 in orxonox.OLD for trunk/src/Makefile.in


Ignore:
Timestamp:
Oct 8, 2005, 1:08:04 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved the entire GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.in

    r5266 r5311  
    272272MAINSRCDIR = .
    273273orxonox_CPPFLAGS = -DIS_ORXONOX
    274 orxonox_DEPENDENCIES = lib/gui/libORXgui.a \
     274orxonox_DEPENDENCIES = lib/gui/gui_gtk/libORXgui.a \
    275275                       lib/graphics/importer/libORXimporter.a \
    276276                       lib/sound/libORXsound.a \
     
    283283                       lib/shell/libORXshell.a
    284284
    285 orxonox_LDADD = lib/gui/libORXgui.a \
     285orxonox_LDADD = lib/gui/gui_gtk/libORXgui.a \
    286286                lib/graphics/importer/libORXimporter.a \
    287287                lib/sound/libORXsound.a \
     
    451451          esac; \
    452452        done; \
    453         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
     453        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
    454454        cd $(top_srcdir) && \
    455           $(AUTOMAKE) --foreign  src/Makefile
     455          $(AUTOMAKE) --gnu  src/Makefile
    456456.PRECIOUS: Makefile
    457457Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.