efl/legacy/evas_generic_loaders/src/bin/Makefile.am

25 lines
227 B
Makefile

MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = common \
xcf
if HAVE_GST
SUBDIRS += gst
endif
if HAVE_PDF
SUBDIRS += pdf
endif
if HAVE_PS
SUBDIRS += ps
endif
if HAVE_RAW
SUBDIRS += raw
endif
if HAVE_SVG
SUBDIRS += svg
endif