geany/tagmanager/mio/Makefile.am
Colomban Wendling 569670b771 Move most of TagManager's I/O to MIO
Moved the parsers to MIO, which allows both in-memory and file parsing.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5555 ea778897-0a13-0410-b9d1-a72fbfd435f5
2011-03-05 22:40:50 +00:00

14 lines
192 B
Makefile

# $id$
noinst_LIBRARIES = libmio.a
AM_CPPFLAGS = -DG_LOG_DOMAIN=\"MIO\" #-DMIO_DEBUG
AM_CFLAGS = $(GTK_CFLAGS)
libmio_a_SOURCES = mio.c
EXTRA_DIST = \
mio.h \
mio-file.c
mio-memory.c