mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
12 lines
238 B
Makefile
12 lines
238 B
Makefile
noinst_LIBRARIES = libtuxbox-md5sum.a
|
|
|
|
#not allowed cppflags for c files - fix your code to re-enable
|
|
#AM_CPPFLAGS = -fno-rtti -fno-exceptions
|
|
|
|
AM_CPPFLAGS =
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir)
|
|
|
|
libtuxbox_md5sum_a_SOURCES = libmd5sum.c md5.c
|