comparison src/video/directfb/Makefile.am @ 618:707748c422f8

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 03 May 2003 19:48:37 +0000
parents 84d043703e77
children
comparison
equal deleted inserted replaced
617:86e0385b8f96 618:707748c422f8
1 1
2 ## Makefile.am for SDL using the DirectFB video driver 2 ## Makefile.am for SDL using the DirectFB video driver
3 3
4 INCLUDES += $(DIRECTFB_CFLAGS) 4 INCLUDES = $(DIRECTFB_CFLAGS)
5 5
6 noinst_LTLIBRARIES = libvideo_directfb.la 6 noinst_LTLIBRARIES = libvideo_directfb.la
7 libvideo_directfb_la_SOURCES = $(DIRECTFB_SRCS) 7 libvideo_directfb_la_SOURCES = $(DIRECTFB_SRCS)
8 libvideo_directfb_la_LIBADD = $(DIRECTFB_LIBS) 8 libvideo_directfb_la_LIBADD = $(DIRECTFB_LIBS)
9 9