Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5410 in orxonox.OLD for trunk/src/lib/shell/Makefile.am


Ignore:
Timestamp:
Oct 20, 2005, 10:03:09 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: building with LIBTOOL now, all Shared Libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/Makefile.am

    r5178 r5410  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXshell.a
     4noinst_LTLIBRARIES = libORXshell.la
    55
    6 libORXshell_a_SOURCES = shell.cc \
    7                         shell_buffer.cc \
    8                         shell_input.cc \
    9                         shell_command.cc \
    10                         shell_completion.cc
     6libORXshell_la_SOURCES = shell.cc \
     7                         shell_buffer.cc \
     8                         shell_input.cc \
     9                         shell_command.cc \
     10                         shell_completion.cc
    1111
    1212
Note: See TracChangeset for help on using the changeset viewer.