summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-03 15:10:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-03 15:10:10 +0000
commita20baf9b9f1c80754e9e113f6d8532f75d6f3440 (patch)
tree01145da19d74533b85c1d1c1424255d0e8f667d7 /cpukit/Makefile.am
parent2009-08-03 Roger Dahlkvist <ruppe@kth.se> (diff)
downloadrtems-a20baf9b9f1c80754e9e113f6d8532f75d6f3440.tar.bz2
2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>
* Makefile.am, preinstall.am, libmisc/Makefile.am: changed the references to mw_fb.h into fb.h * libmisc/mw-fb/mw_fb.h: renamed fb.h
Diffstat (limited to 'cpukit/Makefile.am')
-rw-r--r--cpukit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 846f824260..deee7c901b 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -125,7 +125,7 @@ include_rtems_HEADERS += libmisc/dumpbuf/dumpbuf.h
include_rtems_HEADERS += libmisc/monitor/monitor.h
## mw-fb
-include_rtems_HEADERS += libmisc/mw-fb/mw_fb.h libmisc/mw-fb/mw_uid.h
+include_rtems_HEADERS += libmisc/mw-fb/fb.h libmisc/mw-fb/mw_uid.h
## shell
if LIBSHELL