summaryrefslogtreecommitdiffstats
path: root/kbackgammon/engines/nextgen/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kbackgammon/engines/nextgen/Makefile.am')
-rw-r--r--kbackgammon/engines/nextgen/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/kbackgammon/engines/nextgen/Makefile.am b/kbackgammon/engines/nextgen/Makefile.am
new file mode 100644
index 00000000..ed58d2f4
--- /dev/null
+++ b/kbackgammon/engines/nextgen/Makefile.am
@@ -0,0 +1,9 @@
+noinst_LTLIBRARIES = libkbgnextgen.la
+
+libkbgnextgen_la_SOURCES = kbgng.cpp kbgplayer.cpp kbggame.cpp
+
+INCLUDES= -I$(top_srcdir)/kbackgammon -I$(top_srcdir)/kbackgammon/engines \
+ -I$(top_srcdir)/libkdegames/kgame $(all_includes)
+
+METASOURCES = AUTO
+