From 7fe60435bce6595a9c58a9bfd8244d74b5320e96 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 08:46:13 +0100 Subject: Import DirectFB141_2k11R3_beta5 --- Source/DirectFB/src/windows/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 Source/DirectFB/src/windows/Makefile.am (limited to 'Source/DirectFB/src/windows/Makefile.am') diff --git a/Source/DirectFB/src/windows/Makefile.am b/Source/DirectFB/src/windows/Makefile.am new file mode 100755 index 0000000..572dc27 --- /dev/null +++ b/Source/DirectFB/src/windows/Makefile.am @@ -0,0 +1,20 @@ +## Makefile.am for DirectFB/src/windows + +INCLUDES = \ + -I$(top_builddir)/lib \ + -I$(top_builddir)/include \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/lib \ + -I$(top_srcdir)/src + + +internalincludedir = $(INTERNALINCLUDEDIR)/windows + +internalinclude_HEADERS = \ + idirectfbwindow.h + + +noinst_LTLIBRARIES = libdirectfb_windows.la + +libdirectfb_windows_la_SOURCES = \ + idirectfbwindow.c -- cgit