summaryrefslogtreecommitdiffstats
path: root/profile/Makefile.am
blob: 598c96ba88d7fec3c545b01dcae1b1f565651b0f (plain)
1
2
3
4
5
6
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