Last change
on this file since 2386 was
2386,
checked in by sam, 10 years ago
|
build: split the main library into lolcore and lolbullet.
|
File size:
266 bytes
|
Rev | Line | |
---|
[1043] | 1 | |
---|
[1923] | 2 | include $(top_srcdir)/build/autotools/common.am |
---|
| 3 | |
---|
[1043] | 4 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
| 5 | |
---|
| 6 | noinst_PROGRAMS = xolotl |
---|
| 7 | |
---|
| 8 | xolotl_SOURCES = xolotl.cpp xolotl.h |
---|
[2084] | 9 | xolotl_CPPFLAGS = @LOL_CFLAGS@ |
---|
[2386] | 10 | xolotl_LDFLAGS = @LOL_STATIC_LIBS@ @LOL_LIBS@ |
---|
| 11 | xolotl_DEPENDENCIES = @LOL_STATIC_LIBS@ |
---|
[1043] | 12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.