]> git.datanom.net - clib.git/blame - src/Makefile.am
init
[clib.git] / src / Makefile.am
CommitLineData
392d65ba
MR
1AUTOMAKE_OPTIONS = gnu
2
3AM_CPPFLAGS = \
4 -I${top_srcdir} \
5 -I${top_builddir} \
6 @GLIB_CFLAGS@
7
8noinst_LIBRARIES = libclib.a
9
10libclib_a_SOURCES = \
11 queue.c \
12 queue.h \
13 stack.c \
14 stack.h
15
16libclib_a_LIBADD = \
17 $(LIBOBJS) \
18 $(ALLOCA) \
19 @LIBS@
20
This page took 0.054864 seconds and 5 git commands to generate.