]> git.sur5r.net Git - ngadmin/blobdiff - raw/src/Makefile.am
Remove Makefiles and use autotools
[ngadmin] / raw / src / Makefile.am
diff --git a/raw/src/Makefile.am b/raw/src/Makefile.am
new file mode 100644 (file)
index 0000000..562d502
--- /dev/null
@@ -0,0 +1,7 @@
+
+noinst_LTLIBRARIES = librawnsdp.la
+
+librawnsdp_la_SOURCES = attr.c list.c protocol.c
+librawnsdp_la_CPPFLAGS = -I../include/ -I../../lib/include/
+librawnsdp_la_CFLAGS = -fno-strict-aliasing
+