gstreamer/validate/gst/Makefile.am
Thibault Saunier 1a2f4a3cd3 validate: Move overrides and preload libraries to dedicated folders
This way it is cleaner and it is simpler to handle the various compilation dependencies.
2014-05-21 12:00:26 +02:00

5 lines
74 B
Makefile

SUBDIRS = validate overrides
if HAVE_LD_PRELOAD
SUBDIRS += preload
endif