diff options
author | David Walter Seikel | 2016-03-29 02:16:55 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-03-29 02:16:55 +1000 |
commit | cb3716ffb584fe0f593b6f1669a8efdba1305104 (patch) | |
tree | 5d1ebc4b6fc17b30f4b34e7e64a2d9514893459b /src/others/mimesh/libg3d-0.0.8/programs/Makefile.am | |
parent | Add Prosody build script. (diff) | |
download | SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.zip SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.gz SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.bz2 SledjHamr-cb3716ffb584fe0f593b6f1669a8efdba1305104.tar.xz |
Added my version of libg3d and friends.
Diffstat (limited to 'src/others/mimesh/libg3d-0.0.8/programs/Makefile.am')
-rw-r--r-- | src/others/mimesh/libg3d-0.0.8/programs/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/others/mimesh/libg3d-0.0.8/programs/Makefile.am b/src/others/mimesh/libg3d-0.0.8/programs/Makefile.am new file mode 100644 index 0000000..28775f3 --- /dev/null +++ b/src/others/mimesh/libg3d-0.0.8/programs/Makefile.am | |||
@@ -0,0 +1,10 @@ | |||
1 | bin_PROGRAMS = g3d-stat | ||
2 | |||
3 | AM_CFLAGS = \ | ||
4 | -Wall -ansi -pedantic \ | ||
5 | -I$(top_srcdir)/include \ | ||
6 | @GLIB_CFLAGS@ | ||
7 | |||
8 | g3d_stat_SOURCES = g3d-stat.c | ||
9 | g3d_stat_DEPENDENCIES =../src/libg3d.la | ||
10 | g3d_stat_LDADD = ../src/libg3d.la -lm @GLIB_LIBS@ @MAGIC_LIBS@ | ||