mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
c3086c42aa
Original commit message from CVS: Abstract the plugin-srcdir installation idiottest into a separate file, and include it from the include Makefile.am, to ensure that it gets called at the start of a make install process, not after the whole thing has happened.
10 lines
206 B
Makefile
10 lines
206 B
Makefile
SUBDIRS = wine
|
|
|
|
noinst_HEADERS = \
|
|
mmx.h \
|
|
sse.h \
|
|
gstaudio.h
|
|
|
|
# This test needs to go here because this is the first makefile which the
|
|
# install target gets run in.
|
|
include $(top_srcdir)/idiottest.mak
|