diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-02-27 19:36:07 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-02-27 19:36:07 +0000 |
commit | ce58df922657572db62ec0e0a526d39ee6f17df6 (patch) | |
tree | 410f0076b4e3566c9c31eb82d4af4a1fbdfe532c /cmd/Makefile.am | |
parent | 15821fd660fde934ddd06e49b1333185a45bc586 (diff) |
Move dir
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@7 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'cmd/Makefile.am')
-rw-r--r-- | cmd/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/Makefile.am b/cmd/Makefile.am new file mode 100644 index 000000000..ae3961a97 --- /dev/null +++ b/cmd/Makefile.am @@ -0,0 +1,5 @@ +AM_CFLAGS = -g -O2 -W -Wall -Wstrict-prototypes -Wshadow +INCLUDES = -I$(top_srcdir)/include +sbin_PROGRAMS = splat +splat_SOURCES = splat.c +splat_LDFLAGS = $(top_builddir)/src/lib/libcommon.la |