~ubuntu-branches/ubuntu/quantal/colord/quantal-proposed

« back to all changes in this revision

Viewing changes to src/sensors/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-03-01 17:33:00 UTC
  • mto: (1.1.4) (2.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120301173300-q1s2bs8yubnybln8
ImportĀ upstreamĀ versionĀ 0.1.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        -DCD_COMPILATION                                \
19
19
        -DG_UDEV_API_IS_SUBJECT_TO_CHANGE               \
20
20
        -DG_USB_API_IS_SUBJECT_TO_CHANGE                \
21
 
        -DCD_SYSTEM_PROFILES_DIR="\"$(CD_SYSTEM_PROFILES_DIR)"\" \
22
21
        -DLOCALEDIR=\""$(localedir)"\"
23
22
 
24
23
COLORD_LIBS =                                           \
158
157
libcolord_sensor_munki_la_CFLAGS = $(WARNINGFLAGS_C)
159
158
endif
160
159
 
161
 
install-data-hook:
162
 
        if test -w $(DESTDIR)$(prefix)/; then \
163
 
                mkdir -p $(DESTDIR)$(CD_SYSTEM_PROFILES_DIR); \
164
 
                mkdir -p $(DESTDIR)$(localstatedir)/lib/colord; \
165
 
        fi
166
 
 
167
160
TESTS = cd-self-test
168
161
 
169
162
-include $(top_srcdir)/git.mk