gstreamer/include/Makefile.am
Richard Boulton c3086c42aa Abstract the plugin-srcdir installation idiottest into a separate file, and include it from the include Makefile.am, ...
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.
2001-05-31 18:35:11 +00:00

11 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