Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3182 in orxonox.OLD for orxonox/trunk/console/Makefile.in


Ignore:
Timestamp:
Dec 15, 2004, 4:47:30 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: nicer Makefile.am's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/console/Makefile.in

    r3173 r3182  
    169169target_vendor = @target_vendor@
    170170AM_CXXFLAGS = $(GTK2_CFLAGS) $(MSBITFIELDS)
    171 console_SOURCES = orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc
    172 noinst_HEADERS = orxonox_console.h orxonox_console_entry.h orxonox_console_log.h
     171console_SOURCES = orxonox_console.cc \
     172                 orxonox_console_entry.cc \
     173                 orxonox_console_log.cc
     174
     175noinst_HEADERS = orxonox_console.h \
     176                orxonox_console_entry.h \
     177                orxonox_console_log.h
     178
    173179all: all-am
    174180
Note: See TracChangeset for help on using the changeset viewer.