~fginther/grail/grail-2.0.1.1-oneiric

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Francis Ginther
  • Date: 2012-08-22 18:35:11 UTC
  • mfrom: (20.2.19 upstream)
  • Revision ID: francis.ginther@canonical.com-20120822183511-yxwny2hixhyu2z42
* New upstream microrelease, bug fixes only
  - Rename project to simply 'grail' (LP: #1040218)
* Updated debian/watch file for project rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
lib_LTLIBRARIES = libutouch-grail.la
 
1
lib_LTLIBRARIES = libgrail.la
2
2
 
3
 
libutouch_grail_la_LDFLAGS = \
 
3
libgrail_la_LDFLAGS = \
4
4
        -version-info @LIB_VERSION@ \
5
5
        -lm \
6
6
        $(MTDEV_LIBS) \
7
7
        $(EVEMU_LIBS) \
8
8
        $(FRAME_LIBS)
9
9
 
10
 
libutouch_grail_la_SOURCES = \
 
10
libgrail_la_SOURCES = \
11
11
        evbuf.h \
12
12
        gebuf.h \
13
13
        grailbuf.h \
36
36
 
37
37
INCLUDES = -I$(top_srcdir)/include/
38
38
 
39
 
libutouch_grailincludedir = $(includedir)
40
 
libutouch_grailinclude_HEADERS = \
 
39
libgrailincludedir = $(includedir)
 
40
libgrailinclude_HEADERS = \
41
41
        $(top_srcdir)/include/grail-bits.h \
42
42
        $(top_srcdir)/include/grail-types.h \
43
43
        $(top_srcdir)/include/grail.h