~oif-packaging/evemu/oneiric

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Francis Ginther
  • Date: 2012-08-20 16:17:58 UTC
  • mfrom: (0.1.32 1.0.5)
  • mto: (14.1.2 oneiric)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: francis.ginther@canonical.com-20120820161758-5ht9bd2rgdg3v6hj
Tags: upstream-1.0.5.1
ImportĀ upstreamĀ versionĀ 1.0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lib_LTLIBRARIES = libevemu.la
 
2
 
 
3
libevemu_la_LDFLAGS = -version-info @LIB_VERSION@
 
4
 
 
5
libevemu_la_SOURCES = \
 
6
        evemu-impl.h \
 
7
        evemu.c
 
8
 
 
9
AM_CFLAGS = $(CWARNFLAGS)
 
10
 
 
11
INCLUDES = -I$(top_srcdir)/include/
 
12
 
 
13
libevemuincludedir = $(includedir)
 
14
libevemuinclude_HEADERS = \
 
15
        $(top_srcdir)/include/evemu.h