Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 1, 2005, 11:09:15 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: removed LIBTOOL again

File:
1 edited

Legend:

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

    r5452 r5463  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 pkglib_LTLIBRARIES = libORXshell.la
     4noinst_LIBRARIES = libORXshell.a
    55
    6 libORXshell_la_SOURCES = shell.cc \
    7                          shell_buffer.cc \
    8                          shell_input.cc \
    9                          shell_command.cc \
    10                          shell_completion.cc
     6libORXshell_a_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.