]> Pileus Git - ~andy/gtk/blob - gtk/xdgmime/Makefile.am
c153a12d36c716d1d0aad913653bbf0e2031d1d0
[~andy/gtk] / gtk / xdgmime / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 INCLUDES = -DXDG_PREFIX=_gtk_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         xdgmimeint.c    \
17         xdgmimeint.h    \
18         xdgmimemagic.c  \
19         xdgmimemagic.h  \
20         xdgmimeparent.c \
21         xdgmimeparent.h
22
23 noinst_PROGRAMS = test-mime
24
25 test_mime_LDADD = libxdgmime.la
26 test_mime_SOURCES = test-mime.c
27