geany/tagmanager/mio/Makefile.am
Colomban Wendling d69a153bb4 Refactor tagmanager source files architecture
Split ctags and tagmanager sources, as follows:

tagmanager/ctags: the parsers, more or less upstream CTags;
tagmanager/mio: local MIO library copy;
tagmanager/src: actual tagmanager sources.
2012-05-08 23:01:23 +02:00

13 lines
204 B
Makefile

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 \
makefile.win32