This is a C++ program, not a C program..use appropriate <bsd.obj.mk> magic.

This commit is contained in:
Kris Kennaway 2002-09-08 00:17:22 +00:00
parent 6bbbdf2750
commit 529f193add
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65803

View file

@ -1,8 +1,8 @@
# $FreeBSD$
PROG= swfplayer
PROG_CXX= swfplayer
SRCS= main.c
CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
CFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include
LDADD= -L${LOCALBASE}/lib -lflash -L${X11BASE}/lib -lX11 -lXext -lm
NOMAN= YES
BINDIR= ${X11BASE}/bin