equal
deleted
inserted
replaced
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 CFLAGS = @CFLAGS@ $(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 |