Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 8, 2005, 2:28:34 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some renaiming of GUI
i am looking forward to coding some simple buttons… hopefully it works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.in

    r5312 r5315  
    270270MAINSRCDIR = .
    271271orxonox_CPPFLAGS = -DIS_ORXONOX
    272 orxonox_DEPENDENCIES = lib/gui/gui_gtk/libORXgui.a \
    273                        lib/gui/gui_opengl/libORXguiGL.a \
     272orxonox_DEPENDENCIES = lib/gui/gtk_gui/libORXgui.a \
     273                       lib/gui/gl_gui/libORXglgui.a \
    274274                       lib/graphics/importer/libORXimporter.a \
    275275                       lib/sound/libORXsound.a \
     
    282282                       lib/shell/libORXshell.a
    283283
    284 orxonox_LDADD = lib/gui/gui_gtk/libORXgui.a \
    285                 lib/gui/gui_opengl/libORXguiGL.a \
     284orxonox_LDADD = lib/gui/gtk_gui/libORXgui.a \
     285                lib/gui/gl_gui/libORXglgui.a \
    286286                lib/graphics/importer/libORXimporter.a \
    287287                lib/sound/libORXsound.a \
     
    449449          esac; \
    450450        done; \
    451         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
     451        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
    452452        cd $(top_srcdir) && \
    453           $(AUTOMAKE) --foreign  src/Makefile
     453          $(AUTOMAKE) --gnu  src/Makefile
    454454.PRECIOUS: Makefile
    455455Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.