~apachelogger/+junk/plymouth-stop-kdm

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Scott James Remnant
  • Date: 2010-03-25 16:44:25 UTC
  • mfrom: (1016.2.1 upstream)
  • Revision ID: scott@netsplit.com-20100325164425-daotztzazohftmt4
Merge upstream 0.8.1 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
plymouthd_CFLAGS = $(PLYMOUTH_CFLAGS)                                         \
15
15
                   -DPLYMOUTH_PLUGIN_PATH=\"$(PLYMOUTH_PLUGIN_PATH)\"         \
16
 
                   -DPLYMOUTH_THEME_PATH=\"$(PLYMOUTH_THEME_PATH)/\"
 
16
                   -DPLYMOUTH_THEME_PATH=\"$(PLYMOUTH_THEME_PATH)/\"          \
 
17
                   -DPLYMOUTH_POLICY_DIR=\"$(PLYMOUTH_POLICY_DIR)/\"          \
 
18
                   -DPLYMOUTH_CONF_DIR=\"$(PLYMOUTH_CONF_DIR)/\"
17
19
plymouthd_LDADD = $(PLYMOUTH_LIBS) libply/libply.la libply-splash-core/libply-splash-core.la
18
20
plymouthd_SOURCES =                                                            \
19
21
                   ply-boot-protocol.h                                        \
28
30
pkgconfigdir = $(libdir)/pkgconfig
29
31
pkgconfig_DATA = ply-splash-core.pc ply-splash-graphics.pc
30
32
 
 
33
plymouthd_defaultsdir = $(PLYMOUTH_POLICY_DIR)
 
34
dist_plymouthd_defaults_DATA = plymouthd.defaults
 
35
 
 
36
plymouthd_confdir = $(PLYMOUTH_CONF_DIR)
 
37
dist_plymouthd_conf_DATA = plymouthd.conf
 
38
 
31
39
install-data-hook:
32
40
        -mkdir -p $(DESTDIR)$(plymouthdrundir)
33
41
        -mkdir -p $(DESTDIR)$(plymouthdspooldir)