12 lines
219 B
Makefile
12 lines
219 B
Makefile
noinst_LIBRARIES = libebus.a liblog.a
|
|
|
|
libebus_a_SOURCES = ebus-decode.c ebus-decode.h \
|
|
ebus-cmd.c ebus-cmd.h \
|
|
ebus-bus.c ebus-bus.h
|
|
|
|
liblog_a_SOURCES = log.c log.h
|
|
|
|
distclean-local:
|
|
-rm -f Makefile.in
|
|
|