summaryrefslogtreecommitdiffstats
path: root/ksplashml/themeengine/simple/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/themeengine/simple/Makefile.am')
-rw-r--r--ksplashml/themeengine/simple/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/ksplashml/themeengine/simple/Makefile.am b/ksplashml/themeengine/simple/Makefile.am
new file mode 100644
index 000000000..8f1e8ac93
--- /dev/null
+++ b/ksplashml/themeengine/simple/Makefile.am
@@ -0,0 +1,7 @@
+
+INCLUDES = $(all_includes)
+
+bin_PROGRAMS = ksplashsimple
+ksplashsimple_SOURCES = main.cpp
+ksplashsimple_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+ksplashsimple_LDADD = $(LIB_XINERAMA) $(LIB_X11)