Shorten memory_ functions prefix to mem_ in memory.c
[emu8051.git] / src / common / Makefile.am
index 2d0df82..aa19efe 100644 (file)
@@ -1,7 +1,7 @@
 # This file is processed by GNU automake to generate Makefile.in
 
 AM_CPPFLAGS = \
-       -Wall \
+       $(WARNINGCFLAGS) \
        -I$(top_srcdir)
 
 noinst_LIBRARIES = libemu8051.a
@@ -15,6 +15,7 @@ libemu8051_a_SOURCES = \
        memory.c memory.h \
        psw.c psw.h \
        sfr.c sfr.h \
+       operations.c operations.h \
        timers.c timers.h \
        common.h \
        reg8051.h