diff options
author | William Jon McCann <mccann@jhu.edu> | 2007-07-20 17:42:01 -0400 |
---|---|---|
committer | William Jon McCann <mccann@jhu.edu> | 2007-07-20 17:42:01 -0400 |
commit | 289fff6aaaa206572efa768c4063111582d79f9d (patch) | |
tree | afd152d571aa98d68a1ca72e1c2e3fa1c1e2917d /data/Makefile.am | |
parent | f6027221567fcb9ead1823e2da4eb9783f2db9ce (diff) | |
download | ConsoleKit2-289fff6aaaa206572efa768c4063111582d79f9d.tar.gz |
Add preliminary support for seats with devices
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index f9216c4..aa0f52f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,6 +3,9 @@ NULL = dbusconfdir = $(DBUS_SYS_DIR) dbusconf_DATA = ConsoleKit.conf +seatdir = $(sysconfdir)/ConsoleKit/seats.d +seat_DATA = 00-primary.seat + SCRIPT_IN_FILES = ConsoleKit.in initddir=$(sysconfdir)/rc.d/init.d initd_SCRIPTS= \ @@ -21,6 +24,7 @@ edit = sed \ EXTRA_DIST = \ $(dbusconf_DATA) \ + $(seat_DATA) \ $(SCRIPT_IN_FILES) \ $(NULL) |