Move defs.h from noinst_HEADERS to strace_SOURCES
* Makefile.am (noinst_HEADERS): Move defs.h ... (strace_SOURCES): ... here.
This commit is contained in:
parent
0171752084
commit
72dc1b48b8
@ -75,6 +75,7 @@ strace_SOURCES = \
|
||||
chmod.c \
|
||||
clone.c \
|
||||
count.c \
|
||||
defs.h \
|
||||
desc.c \
|
||||
dirent.c \
|
||||
dirent64.c \
|
||||
@ -211,7 +212,6 @@ strace_LDFLAGS += $(libunwind_LDFLAGS)
|
||||
strace_LDADD += $(libunwind_LIBS)
|
||||
endif
|
||||
|
||||
noinst_HEADERS = defs.h
|
||||
# Enable this to get link map generated
|
||||
#strace_CFLAGS = $(AM_CFLAGS) -Wl,-Map=strace.mapfile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user