mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
07ad638adf
This is getting diverged from the xdgmime copy and we don't need it here.
24 lines
412 B
Makefile
24 lines
412 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
AM_CPPFLAGS = -DXDG_PREFIX=_gio_xdg
|
|
|
|
noinst_LTLIBRARIES = libxdgmime.la
|
|
|
|
libxdgmime_la_SOURCES = \
|
|
xdgmime.c \
|
|
xdgmime.h \
|
|
xdgmimealias.c \
|
|
xdgmimealias.h \
|
|
xdgmimecache.c \
|
|
xdgmimecache.h \
|
|
xdgmimeglob.c \
|
|
xdgmimeglob.h \
|
|
xdgmimeicon.c \
|
|
xdgmimeicon.h \
|
|
xdgmimeint.c \
|
|
xdgmimeint.h \
|
|
xdgmimemagic.c \
|
|
xdgmimemagic.h \
|
|
xdgmimeparent.c \
|
|
xdgmimeparent.h
|