Ignore:
Timestamp:
Feb 9, 2013, 9:08:41 PM (10 years ago)
Author:
sam
Message:

build: split the main library into lolcore and lolbullet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/xolotl/Makefile.am

    r2084 r2386  
    88xolotl_SOURCES = xolotl.cpp xolotl.h
    99xolotl_CPPFLAGS = @LOL_CFLAGS@
    10 xolotl_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@
    11 xolotl_DEPENDENCIES = $(top_builddir)/src/liblol.a
     10xolotl_LDFLAGS = @LOL_STATIC_LIBS@ @LOL_LIBS@
     11xolotl_DEPENDENCIES = @LOL_STATIC_LIBS@
    1212
Note: See TracChangeset for help on using the changeset viewer.