diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2015-03-22 06:18:07 -0700 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2015-03-22 06:18:07 -0700 |
commit | 8ea49fdb7ecf5b14d99fca09c57f6d988ff90739 (patch) | |
tree | b9bd6ff1471b3c3fcd73562c9825e5570a027de3 /xfsm-shutdown-helper/Makefile.am | |
download | xfce4-session-8ea49fdb7ecf5b14d99fca09c57f6d988ff90739.tar.gz |
Import xfce4-session_4.12.1.orig.tar.bz2
[dgit import orig xfce4-session_4.12.1.orig.tar.bz2]
Diffstat (limited to 'xfsm-shutdown-helper/Makefile.am')
-rw-r--r-- | xfsm-shutdown-helper/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xfsm-shutdown-helper/Makefile.am b/xfsm-shutdown-helper/Makefile.am new file mode 100644 index 0000000..f64b5ba --- /dev/null +++ b/xfsm-shutdown-helper/Makefile.am @@ -0,0 +1,13 @@ +xfsm_shutdown_helperdir = $(HELPER_PATH_PREFIX)/xfce4/session +xfsm_shutdown_helper_PROGRAMS = \ + xfsm-shutdown-helper + +xfsm_shutdown_helper_SOURCES = \ + main.c + +xfsm_shutdown_helper_CFLAGS = \ + -I$(top_srcdir) \ + $(LIBXFCE4UTIL_CFLAGS) + +xfsm_shutdown_helper_LDFLAGS = \ + $(LIBXFCE4UTIL_LIBS) |