move some global settings into alias.c where it belongs.
[apps/madmutt.git] / lib / Makefile.am
index 0417af1..8f21b15 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
+noinst_HEADERS = list.h
+
+libsane_a_SOURCES = list.c list.h
 
-libsane_a_SOURCES = mem.c exit.c \
-                   mem.h exit.h str.h intl.h
+-include ../cflags.mk