]> Pileus Git - ~andy/gtk/blob - gtk/xdgmime/Makefile.am
9a46f12f8fd08481f293aa8909a1570f813c421f
[~andy/gtk] / gtk / xdgmime / Makefile.am
1 INCLUDES = -DXDG_PREFIX=_gtk_xdg
2
3 noinst_LTLIBRARIES = libxdgmime.la
4
5 libxdgmime_la_SOURCES = \
6         xdgmime.c       \
7         xdgmime.h       \
8         xdgmimealias.c  \
9         xdgmimealias.h  \
10         xdgmimecache.c  \
11         xdgmimecache.h  \
12         xdgmimeglob.c   \
13         xdgmimeglob.h   \
14         xdgmimeint.c    \
15         xdgmimeint.h    \
16         xdgmimemagic.c  \
17         xdgmimemagic.h  \
18         xdgmimeparent.c \
19         xdgmimeparent.h
20
21 noinst_PROGRAMS = test-mime
22
23 test_mime_LDADD = libxdgmime.la
24 test_mime_SOURCES = test-mime.c
25