Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7470 in orxonox.OLD for branches/qt_gui/src/lib/gui/Makefile.am


Ignore:
Timestamp:
May 2, 2006, 8:21:00 AM (19 years ago)
Author:
bensch
Message:

compile again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/Makefile.am

    r7442 r7470  
    1 SUBDIRS = gtk_gui \
    2           gl_gui \
    3           qt_gui
     1MAINSRCDIR=../..
     2include $(MAINSRCDIR)/defs/include_paths.am
     3
     4AM_LDFLAGS =
     5
     6noinst_LIBRARIES = libORXbasegui.a
     7
     8
     9libORXbasegui_a_SOURCES = \
     10                gui_element.cc \
     11                gui_saveable.cc
     12
     13
     14noinst_HEADERS= \
     15                gui_element.h \
     16                gui_saveable.h
     17
     18EXTRA_DIST =
     19
     20SUBDIRS = \
     21        . \
     22        gtk_gui \
     23        gl_gui \
     24        qt_gui
Note: See TracChangeset for help on using the changeset viewer.