move debug.c
[apps/madmutt.git] / lib / Makefile.am
index f26cca8..e76c232 100644 (file)
@@ -4,10 +4,9 @@ AR=@AR@
 
 AUTOMAKE_OPTIONS = foreign
 
-INCLUDES = -I$(top_srcdir) -I../intl
-
 noinst_LIBRARIES = libsane.a
-noinst_HEADERS = mem.h str.h exit.h intl.h list.h
+noinst_HEADERS = list.h rx.h
+
+libsane_a_SOURCES = list.c rx.h list.h rx.c
 
-libsane_a_SOURCES = mem.c exit.c list.c \
-                   mem.h exit.h str.h intl.h list.h
+-include ../cflags.mk