Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5312 in orxonox.OLD for trunk/src/lib/gui/Makefile.in


Ignore:
Timestamp:
Oct 8, 2005, 1:21:30 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: build the glMenu as part of the new LIB: libORXguiGL

File:
1 edited

Legend:

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

    r5311 r5312  
    164164target_os = @target_os@
    165165target_vendor = @target_vendor@
    166 SUBDIRS = gui_gtk         
     166SUBDIRS = gui_gtk \
     167          gui_opengl
     168
    167169all: all-recursive
    168170
     
    177179          esac; \
    178180        done; \
    179         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/gui/Makefile'; \
     181        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/gui/Makefile'; \
    180182        cd $(top_srcdir) && \
    181           $(AUTOMAKE) --gnu  src/lib/gui/Makefile
     183          $(AUTOMAKE) --foreign  src/lib/gui/Makefile
    182184.PRECIOUS: Makefile
    183185Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.