Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/xdgmime/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xdgmime/Makefile.am')
-rw-r--r--lib/xdgmime/Makefile.am19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/xdgmime/Makefile.am b/lib/xdgmime/Makefile.am
new file mode 100644
index 0000000..3cf173d
--- /dev/null
+++ b/lib/xdgmime/Makefile.am
@@ -0,0 +1,19 @@
+INCLUDES = -DXDG_PREFIX=sugar_mime
+
+noinst_LTLIBRARIES = libxdgmime.la
+
+libxdgmime_la_SOURCES = \
+ xdgmime.c \
+ xdgmime.h \
+ xdgmimealias.c \
+ xdgmimealias.h \
+ xdgmimecache.c \
+ xdgmimecache.h \
+ xdgmimeglob.c \
+ xdgmimeglob.h \
+ xdgmimeint.c \
+ xdgmimeint.h \
+ xdgmimemagic.c \
+ xdgmimemagic.h \
+ xdgmimeparent.c \
+ xdgmimeparent.h