Last change
on this file since 2003 was
977,
checked in by Sam Hocevar, 15 years ago
|
- Added -I${top_srcdir} to the compilation flags to fix builds configured
from an alternate directory (they failed to find common.h).
|
File size:
291 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 326 2006-03-06 20:57:14Z sam $ |
---|
2 | |
---|
3 | lib_LTLIBRARIES = $(libkernel_la) |
---|
4 | |
---|
5 | if USE_KERNEL |
---|
6 | libkernel_la = libkernel.la |
---|
7 | endif |
---|
8 | |
---|
9 | libkernel_la_SOURCES = \ |
---|
10 | kernel.c \ |
---|
11 | kernel.h \ |
---|
12 | multiboot.S \ |
---|
13 | multiboot.h \ |
---|
14 | $(NULL) |
---|
15 | libkernel_la_LDFLAGS = -no-undefined |
---|
16 | AM_CPPFLAGS = -I$(top_srcdir) |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.