Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 5, 2005, 1:32:47 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the guiMerge-branche back into the trunk
merged with command:
svn merge -r 4043:HEAD guiMerge/ ../trunk/
no conflicts, only updates and moves :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/Makefile.am

    r4039 r4054  
    1111AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/graphics/importer
    1212AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gui
     13AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/gui/gui
    1314AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/lang
    1415AM_CXXFLAGS+=-I$(MAINSRCDIR)/lib/util
     
    2425
    2526bin_PROGRAMS=gui
    26 gui_SOURCES=orxonox_gui_main.cc \
    27             orxonox_gui.cc \
    28             orxonox_gui_gtk.cc \
    29             orxonox_gui_element.cc \
    30             orxonox_gui_video.cc \
    31             orxonox_gui_audio.cc \
    32             orxonox_gui_exec.cc \
    33             orxonox_gui_flags.cc \
    34             orxonox_gui_banner.cc \
    35             orxonox_gui_keys.cc \
    36             orxonox_gui_update.cc
     27gui_SOURCES=gui_main.cc \
     28            gui.cc \
     29            gui_gtk.cc \
     30            gui_element.cc \
     31            gui_video.cc \
     32            gui_audio.cc \
     33            gui_exec.cc \
     34            gui_flags.cc \
     35            gui_banner.cc \
     36            gui_keys.cc \
     37            gui_update.cc
    3738
    38 noinst_HEADERS=orxonox_gui.h \
    39             orxonox_gui_gtk.h \
    40             orxonox_gui_element.h \
    41             orxonox_gui_video.h \
    42             orxonox_gui_audio.h \
    43             orxonox_gui_exec.h \
    44             orxonox_gui_flags.h \
    45             orxonox_gui_banner.h \
    46             orxonox_gui_keys.h \
    47             orxonox_gui_update.h
     39noinst_HEADERS=gui.h \
     40            gui_gtk.h \
     41            gui_element.h \
     42            gui_video.h \
     43            gui_audio.h \
     44            gui_exec.h \
     45            gui_flags.h \
     46            gui_banner.h \
     47            gui_keys.h \
     48            gui_update.h
    4849
    4950#  uncomment the following if orxonox requires the mathlibrary
Note: See TracChangeset for help on using the changeset viewer.