12 lines
177 B
Makefile
12 lines
177 B
Makefile
INCLUDES = \
|
|
-I../../../import/log4c
|
|
$(ALL_CFLAGS)
|
|
|
|
noinst_PROGRAMS = example
|
|
|
|
example_SOURCES = \
|
|
example.c
|
|
|
|
example_LDADD = \
|
|
../../../import/log4c/log4c/libbongolog4c.la
|