mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Now install header files that existed but were not previously installed.
This commit is contained in:
@@ -16,7 +16,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
|
|||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
#I_PIECES= cond intr key mqueue mutex pthread priority semaphore
|
#I_PIECES= cond intr key mqueue mutex pthread priority semaphore
|
||||||
I_PIECES=cond key mutex pthread priority
|
I_PIECES=cond key mqueue mutex pthread priority semaphore
|
||||||
I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
|
||||||
|
|
||||||
SRCS=$(I_FILES)
|
SRCS=$(I_FILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user