~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to muse/remote/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-08-12 11:16:41 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20110812111641-sg7bj019yhh91mpl
Tags: upstream-2.0~beta2
ImportĀ upstreamĀ versionĀ 2.0~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include $(top_srcdir)/common.am
2
 
 
3
 
noinst_LIBRARIES = libremote.a
4
 
 
5
 
if PCH
6
 
AM_CXXFLAGS += -include $(top_srcdir)/all.h
7
 
else
8
 
AM_CXXFLAGS += -DINSTPREFIX=\"$(prefix)\"
9
 
endif
10
 
 
11
 
AM_CPPFLAGS += -I$(PYTHON_INCLUDES) -DENABLE_PYTHON
12
 
 
13
 
dist_libremote_a_SOURCES = \
14
 
        pyapi.cpp pyapi.h
15