1 include $(top_srcdir)/Makefile.decl 2 3 AM_CPPFLAGS = -DXDG_PREFIX=_gio_xdg 4 5 noinst_LTLIBRARIES = libxdgmime.la 6 7 libxdgmime_la_SOURCES = \ 8 xdgmime.c \ 9 xdgmime.h \ 10 xdgmimealias.c \ 11 xdgmimealias.h \ 12 xdgmimecache.c \ 13 xdgmimecache.h \ 14 xdgmimeglob.c \ 15 xdgmimeglob.h \ 16 xdgmimeicon.c \ 17 xdgmimeicon.h \ 18 xdgmimeint.c \ 19 xdgmimeint.h \ 20 xdgmimemagic.c \ 21 xdgmimemagic.h \ 22 xdgmimeparent.c \ 23 xdgmimeparent.h 24 25 noinst_PROGRAMS = test-mime 26 27 test_mime_LDADD = libxdgmime.la 28 test_mime_SOURCES = test-mime.c 29