Rocco Rutte:
[apps/madmutt.git] / lib / Makefile.am
diff --git a/lib/Makefile.am b/lib/Makefile.am
new file mode 100644 (file)
index 0000000..0417af1
--- /dev/null
@@ -0,0 +1,13 @@
+## Process this file with automake to produce Makefile.in
+
+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
+
+libsane_a_SOURCES = mem.c exit.c \
+                   mem.h exit.h str.h intl.h