~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to src/cut-and-paste/e-map/Makefile.am

  • Committer: Colin Watson
  • Date: 2006-04-21 11:39:15 UTC
  • Revision ID: colin.watson@canonical.com-20060421113915-7d2d711cd6afc4f5
* Rename from espresso to ubiquity, to better suggest an association with
  Ubuntu. Log output now written to /var/log/installer/syslog rather than
  using the package name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
INCLUDES = \
2
 
        $(ESPRESSO_DEPENDS_CFLAGS) \
 
2
        $(UBIQUITY_DEPENDS_CFLAGS) \
3
3
        -DMAP_DIR=\""$(pixmapsdir)"\"
4
4
 
5
 
LDADD = -lm $(ESPRESSO_DEPENDS_LIBS)
 
5
LDADD = -lm $(UBIQUITY_DEPENDS_LIBS)
6
6
LIBS+=$(LDADD)
7
7
 
8
8
EXTRA_DIST= e-map-marshal.list
22
22
noinst_LIBRARIES = libemap.a
23
23
 
24
24
libemap_a_CFLAGS = \
25
 
        -fPIC $(ESPRESSO_DEPENDS_CFLAGS)
 
25
        -fPIC $(UBIQUITY_DEPENDS_CFLAGS)
26
26
        
27
27
BUILT_SOURCES= e-map-marshal.c  e-map-marshal.h
28
28