Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2005, 10:17:18 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: importer is now also run by framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/particles/Makefile.in

    r4338 r4343  
    218218                  -lpthread
    219219
    220 particles_CPPFLAGS = $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
     220particles_CPPFLAGS = -DGUI_MODULE \
     221                      $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
     222
    221223particles_SOURCES = ../framework.cc \
    222224                   particle_fun.cc \
     
    255257          esac; \
    256258        done; \
    257         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/particles/Makefile'; \
     259        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/particles/Makefile'; \
    258260        cd $(top_srcdir) && \
    259           $(AUTOMAKE) --foreign  src/subprojects/particles/Makefile
     261          $(AUTOMAKE) --gnu  src/subprojects/particles/Makefile
    260262.PRECIOUS: Makefile
    261263Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.