2009-02-24 14:26:27 +00:00
|
|
|
plugin_LTLIBRARIES = libgstxdgmime.la
|
|
|
|
|
2009-03-26 11:10:05 +00:00
|
|
|
xdgmime_sources = xdgmime/xdgmimealias.c \
|
2009-02-24 14:26:27 +00:00
|
|
|
xdgmime/xdgmime.c \
|
|
|
|
xdgmime/xdgmimecache.c \
|
|
|
|
xdgmime/xdgmimeglob.c \
|
|
|
|
xdgmime/xdgmimeicon.c \
|
|
|
|
xdgmime/xdgmimeint.c \
|
|
|
|
xdgmime/xdgmimemagic.c \
|
|
|
|
xdgmime/xdgmimeparent.c
|
2009-03-26 11:10:05 +00:00
|
|
|
|
|
|
|
if HAVE_GIO
|
|
|
|
libgstxdgmime_la_SOURCES = gstxdgmime.c
|
|
|
|
else
|
|
|
|
libgstxdgmime_la_SOURCES = gstxdgmime.c $(xdgmime_sources)
|
|
|
|
endif
|
|
|
|
|
|
|
|
libgstxdgmime_la_CFLAGS = $(GIO_CFLAGS) $(GST_CFLAGS) -DXDG_PREFIX=gst_xdg_mime
|
|
|
|
libgstxdgmime_la_LIBADD = $(GIO_LIBS) $(GST_LIBS) $(XDG_LIBS)
|
2009-02-24 14:26:27 +00:00
|
|
|
libgstxdgmime_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstxdgmime_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|
|
|
|
noinst_HEADERS = xdgmime/xdgmimealias.h \
|
|
|
|
xdgmime/xdgmimecache.h \
|
|
|
|
xdgmime/xdgmimeglob.h \
|
|
|
|
xdgmime/xdgmime.h \
|
|
|
|
xdgmime/xdgmimeicon.h \
|
|
|
|
xdgmime/xdgmimeint.h \
|
|
|
|
xdgmime/xdgmimemagic.h \
|
|
|
|
xdgmime/xdgmimeparent.h
|
|
|
|
|
2009-03-26 11:10:05 +00:00
|
|
|
EXTRA_DIST = $(xdgmime_sources)
|