mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Added the mem.h file in noinst_HEADERS.
Original commit message from CVS: Added the mem.h file in noinst_HEADERS.
This commit is contained in:
parent
7dfeffc2a5
commit
bc30d3872a
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,8 @@ TESTS = $(testprogs)
|
|||
|
||||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
noinst_HEADERS = mem.h
|
||||
|
||||
# we have nothing but apps here, we can do this safely
|
||||
LIBS += $(GST_LIBS)
|
||||
CFLAGS += $(GST_CFLAGS)
|
||||
|
|
|
@ -11,6 +11,8 @@ TESTS = $(testprogs)
|
|||
|
||||
check_PROGRAMS = $(testprogs)
|
||||
|
||||
noinst_HEADERS = mem.h
|
||||
|
||||
# we have nothing but apps here, we can do this safely
|
||||
LIBS += $(GST_LIBS)
|
||||
CFLAGS += $(GST_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue