From 449ae478ab4263a11766ee7f9e224e4fe8588d69 Mon Sep 17 00:00:00 2001 From: 11rcombs Date: Tue, 31 Dec 2013 11:49:30 -0600 Subject: Added profile program and corresponding configure options --- profile/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 profile/Makefile.am (limited to 'profile/Makefile.am') diff --git a/profile/Makefile.am b/profile/Makefile.am new file mode 100644 index 0000000..598c96b --- /dev/null +++ b/profile/Makefile.am @@ -0,0 +1,7 @@ +AM_CFLAGS = -Wall + +noinst_PROGRAMS = profile +profile_SOURCES = profile.c +profile_CPPFLAGS = -I../libass +profile_LDADD = ../libass/.libs/libass.a +profile_LDFLAGS = $(AM_LDFLAGS) -static -- cgit v1.2.3